mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Fix git subprocess
This commit is contained in:
parent
b5b4808293
commit
c4be677a62
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue