Skip to content

Commit 570aaa1

Browse files
Inserted text should have MATLAB®
Co-authored-by: MiriamScharnke <[email protected]>
1 parent c31e76e commit 570aaa1

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)