scripts/git: Don't use spaces in git URLs

This commit is contained in:
teor 2019-10-31 13:56:59 +10:00
parent 40e75bc3e1
commit cb7340abf1
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

View File

@ -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 #