tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 7e73c0d5a1f87d610e8348a5cbc25ca1bbc85b35
parent cb7340abf1c6ca182d95be2f2cf6aa210d1aadc2
Author: teor <teor@torproject.org>
Date:   Thu, 31 Oct 2019 14:39:49 +1000

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

Diffstat:
Mscripts/git/git-setup-dirs.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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/*"