diff options
author | teor <teor@torproject.org> | 2019-10-31 14:39:49 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-10-31 14:39:49 +1000 |
commit | 7e73c0d5a1f87d610e8348a5cbc25ca1bbc85b35 (patch) | |
tree | d71eb041ad33f87025818c13b4d75a87e3819522 /scripts/git/git-setup-dirs.sh | |
parent | cb7340abf1c6ca182d95be2f2cf6aa210d1aadc2 (diff) | |
download | tor-7e73c0d5a1f87d610e8348a5cbc25ca1bbc85b35.tar.gz tor-7e73c0d5a1f87d610e8348a5cbc25ca1bbc85b35.zip |
scripts/git: Print the correct path in git-setup-dirs.sh
Diffstat (limited to 'scripts/git/git-setup-dirs.sh')
-rwxr-xr-x | scripts/git/git-setup-dirs.sh | 2 |
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/*" |