quote fix for macOS

This commit is contained in:
bleeptrack 2021-01-12 11:06:04 +01:00
parent c7445483dc
commit 9fd508fd34

View file

@ -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")