mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
scripts/git: Don't use spaces in git URLs
This commit is contained in:
parent
40e75bc3e1
commit
cb7340abf1
@ -71,7 +71,7 @@ if [ "$DEFAULT_UPSTREAM_REMOTE" != "origin" ]; then
|
|||||||
fi
|
fi
|
||||||
# GitHub repositories
|
# GitHub repositories
|
||||||
GITHUB_PULL=${TOR_GITHUB_PULL:-"https://github.com/torproject/tor.git"}
|
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 #
|
# Git branches to manage #
|
||||||
|
Loading…
Reference in New Issue
Block a user