mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Format git reset release
This commit is contained in:
parent
35965a6a1b
commit
823c9b3159
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ def reset_git_install():
|
||||||
output, err = runGit('checkout {}'.format(plexpy.CONFIG.GIT_BRANCH))
|
output, err = runGit('checkout {}'.format(plexpy.CONFIG.GIT_BRANCH))
|
||||||
output, err = runGit('branch -u {}/{}'.format(plexpy.CONFIG.GIT_REMOTE,
|
output, err = runGit('branch -u {}/{}'.format(plexpy.CONFIG.GIT_REMOTE,
|
||||||
plexpy.CONFIG.GIT_BRANCH))
|
plexpy.CONFIG.GIT_BRANCH))
|
||||||
output, err = runGit('reset --hard '.format(common.RELEASE))
|
output, err = runGit('reset --hard {}'.format(common.RELEASE))
|
||||||
|
|
||||||
if not output:
|
if not output:
|
||||||
logger.error('Unable to reset Tautulli installation.')
|
logger.error('Unable to reset Tautulli installation.')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue