diff --git a/core/version_check.py b/core/version_check.py index 8fac2d37..53945e1f 100644 --- a/core/version_check.py +++ b/core/version_check.py @@ -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'