]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
scripts/git: Print the correct path in git-setup-dirs.sh
authorteor <teor@torproject.org>
Thu, 31 Oct 2019 04:39:49 +0000 (14:39 +1000)
committerteor <teor@torproject.org>
Thu, 31 Oct 2019 04:39:49 +0000 (14:39 +1000)
scripts/git/git-setup-dirs.sh

index cb4faacdaf5045b393c4750dab6a13d88b587b5a..495b22b2612eee8199a3febda69842b65c4a27a1 100755 (executable)
@@ -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/*"