diff --git a/coauthors.sh b/coauthors.sh index 00eba20..51a46cb 100755 --- a/coauthors.sh +++ b/coauthors.sh @@ -41,5 +41,5 @@ if(/COMMIT_EDITMSG/g.test(commitMessage)){ }); } EOF -chmod +x ./git/hooks/prepare-commit-msg +chmod +x .git/hooks/prepare-commit-msg echo "Environment is setup!" \ No newline at end of file