Skip to content

Commit 6654abc

Browse files
committed
chmod doesn't need sudo
1 parent 3c087f4 commit 6654abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre-commit-translation-update-hook.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Automatically update the translation files on every commit
33
#
44
# To enable this commit hook, run the following commands in the project root:
5-
# sudo chmod +x pre-commit-translation-update-hook.sh
5+
# chmod +x pre-commit-translation-update-hook.sh
66
# cp pre-commit-translation-update-hook.sh .git/hooks/pre-commit
77

88
cd "$(git rev-parse --show-toplevel)"

0 commit comments

Comments
 (0)