commit cb7340abf1c6ca182d95be2f2cf6aa210d1aadc2 Author: teor teor@torproject.org Date: Thu Oct 31 13:56:59 2019 +1000
scripts/git: Don't use spaces in git URLs --- scripts/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 index 87779c730..cb4faacda 100755 --- a/scripts/git/git-setup-dirs.sh +++ b/scripts/git/git-setup-dirs.sh @@ -71,7 +71,7 @@ if [ "$DEFAULT_UPSTREAM_REMOTE" != "origin" ]; then fi # GitHub repositories GITHUB_PULL=${TOR_GITHUB_PULL:-"https://github.com/torproject/tor.git%22%7D -GITHUB_PUSH=${TOR_GITHUB_PUSH:-"No pushes to GitHub"} +GITHUB_PUSH=${TOR_GITHUB_PUSH:-"No_Pushing_To_GitHub"}
########################## # Git branches to manage #