Format git reset release

This commit is contained in:
JonnyWong16 2020-03-06 15:36:11 -08:00
parent 35965a6a1b
commit 823c9b3159

View file

@ -338,7 +338,7 @@ def reset_git_install():
output, err = runGit('checkout {}'.format(plexpy.CONFIG.GIT_BRANCH))
output, err = runGit('branch -u {}/{}'.format(plexpy.CONFIG.GIT_REMOTE,
plexpy.CONFIG.GIT_BRANCH))
output, err = runGit('reset --hard '.format(common.RELEASE))
output, err = runGit('reset --hard {}'.format(common.RELEASE))
if not output:
logger.error('Unable to reset Tautulli installation.')