Fix git subprocess

This commit is contained in:
Labrys of Knossos 2019-01-15 17:22:26 -05:00
commit c4be677a62

View file

@ -116,7 +116,7 @@ class GitUpdateManager(UpdateManager):
test_cmd = 'version'
if core.GIT_PATH:
main_git = '\'{git}\''.format(git=core.GIT_PATH)
main_git = '"{git}"'.format(git=core.GIT_PATH)
else:
main_git = 'git'