From 85939c4cbf4c4d16e56073e238301d8cf91f42ab Mon Sep 17 00:00:00 2001 From: morpheus65535 <5130500+morpheus65535@users.noreply.github.com> Date: Mon, 4 Jun 2018 23:28:16 -0400 Subject: [PATCH] Typo correction in update process --- check_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_update.py b/check_update.py index 6e122dff8..d30f09c46 100644 --- a/check_update.py +++ b/check_update.py @@ -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()