Skip to content

Commit 99c0902

Browse files
committed
Merge branch 'generate-md-from-mlx' of github.com:matlab-deep-learning/llms-with-matlab into generate-md-from-mlx
2 parents 581a4a2 + 570aaa1 commit 99c0902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.githooks/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [ -n "$changedMlxFiles" ]; then
2727
git add ${file%.md}_media/
2828
fi
2929
perl -pi -e "\$cnt++ if /^#/; " \
30-
-e "\$_ .= \"\nTo run the code shown on this page, open the MLX file in MATLAB: [mlx-scripts/$(basename $file .md).mlx](mlx-scripts/$(basename $file .md).mlx) \n\" if /^#/ && \$cnt==1;" \
30+
-e "\$_ .= \"\nTo run the code shown on this page, open the MLX file in MATLAB®: [mlx-scripts/$(basename $file .md).mlx](mlx-scripts/$(basename $file .md).mlx) \n\" if /^#/ && \$cnt==1;" \
3131
$file
3232
done
3333
git add $mdFiles

0 commit comments

Comments
 (0)