diff --git a/check_update.py b/check_update.py index 834c0d7a2..f34bf3dff 100644 --- a/check_update.py +++ b/check_update.py @@ -27,6 +27,7 @@ def check_and_apply_update(): gitconfig() branch = get_general_settings()[5] g = git.cmd.Git(current_working_directory) + g.fetch('origin') result = g.diff('--shortstat', 'origin/' + branch) if len(result) == 0: logging.info('No new version of Bazarr available.')