]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
scripts/git: Don't use spaces in git URLs
authorteor <teor@torproject.org>
Thu, 31 Oct 2019 03:56:59 +0000 (13:56 +1000)
committerteor <teor@torproject.org>
Thu, 31 Oct 2019 03:56:59 +0000 (13:56 +1000)
scripts/git/git-setup-dirs.sh

index 87779c7304af8985bc3a940e7d0b62857205f805..cb4faacdaf5045b393c4750dab6a13d88b587b5a 100755 (executable)
@@ -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 #