mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-13 02:07:47 +08:00
Typo correction in update process
This commit is contained in:
parent
60e0dc7b0d
commit
85939c4cbf
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue