aboutsummaryrefslogtreecommitdiff
path: root/scripts/git
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-10-31 14:39:49 +1000
committerteor <teor@torproject.org>2019-10-31 14:39:49 +1000
commit7e73c0d5a1f87d610e8348a5cbc25ca1bbc85b35 (patch)
treed71eb041ad33f87025818c13b4d75a87e3819522 /scripts/git
parentcb7340abf1c6ca182d95be2f2cf6aa210d1aadc2 (diff)
downloadtor-7e73c0d5a1f87d610e8348a5cbc25ca1bbc85b35.tar.gz
tor-7e73c0d5a1f87d610e8348a5cbc25ca1bbc85b35.zip
scripts/git: Print the correct path in git-setup-dirs.sh
Diffstat (limited to 'scripts/git')
-rwxr-xr-xscripts/git/git-setup-dirs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/git/git-setup-dirs.sh b/scripts/git/git-setup-dirs.sh
index cb4faacdaf..495b22b261 100755
--- a/scripts/git/git-setup-dirs.sh
+++ b/scripts/git/git-setup-dirs.sh
@@ -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/*"