Skip to content
Snippets Groups Projects
Unverified Commit cb7340ab authored by teor's avatar teor
Browse files

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

parent 40e75bc3
No related branches found
No related tags found
No related merge requests found
......@@ -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 #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment