[tor-commits] [tor/master] scripts/git: Don't use spaces in git URLs

teor at torproject.org teor at torproject.org
Thu Oct 31 03:57:44 UTC 2019


commit cb7340abf1c6ca182d95be2f2cf6aa210d1aadc2
Author: teor <teor at 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"}
-GITHUB_PUSH=${TOR_GITHUB_PUSH:-"No pushes to GitHub"}
+GITHUB_PUSH=${TOR_GITHUB_PUSH:-"No_Pushing_To_GitHub"}
 
 ##########################
 # Git branches to manage #



More information about the tor-commits mailing list