Unverified Commit 7e73c0d5 authored by teor's avatar teor
Browse files

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

parent cb7340ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/*"