Skip to content

Commit

Permalink
chmod doesn't need sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
lurch committed Jul 5, 2013
1 parent 3c087f4 commit 6654abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre-commit-translation-update-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Automatically update the translation files on every commit
#
# To enable this commit hook, run the following commands in the project root:
# sudo chmod +x pre-commit-translation-update-hook.sh
# chmod +x pre-commit-translation-update-hook.sh
# cp pre-commit-translation-update-hook.sh .git/hooks/pre-commit

cd "$(git rev-parse --show-toplevel)"
Expand Down

0 comments on commit 6654abc

Please sign in to comment.