Typo correction in update process

This commit is contained in:
morpheus65535 2018-06-04 23:28:16 -04:00
parent 60e0dc7b0d
commit 85939c4cbf
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ def check_and_apply_update():
g.reset('--hard', 'HEAD')
g.checkout(branch)
g.reset('--hard','origin/' + branch)
g.pull('origin/' + branch)
g.pull()
logging.info('Bazarr updated to latest version and need to be restarted. ' + result)
updated()