mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-11 19:04:50 +01:00
quote fix for macOS
This commit is contained in:
parent
c7445483dc
commit
9fd508fd34
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ func construct():
|
|||
for r2 in repos:
|
||||
if r == r2:
|
||||
continue
|
||||
game.global_shell.run("git remote add %s %s" % [r2, repos[r2].path])
|
||||
game.global_shell.run("git remote add %s '%s'" % [r2, repos[r2].path])
|
||||
|
||||
# Allow receiving a push of the checked-out branch.
|
||||
game.global_shell.run("git config receive.denyCurrentBranch ignore")
|
||||
|
|
Loading…
Reference in a new issue