scripts/git: Print the correct path in git-setup-dirs.sh

This commit is contained in:
teor 2019-10-31 14:39:49 +10:00
parent cb7340abf1
commit 7e73c0d5a1
No known key found for this signature in database
GPG key ID: 10FEAA0E7075672A

View file

@ -506,5 +506,5 @@ for ((i=0; i<COUNT; i++)); do
done
echo
echo "Remember to copy the git hooks from tor/git/hooks/*.git-hook to"
echo "Remember to copy the git hooks from tor/scripts/git/*.git-hook to"
echo "$ORIGIN_PATH/.git/hooks/*"