diff --git a/bazarr/check_update.py b/bazarr/check_update.py index 23d5f22ea..f5a87764f 100644 --- a/bazarr/check_update.py +++ b/bazarr/check_update.py @@ -8,7 +8,7 @@ import sqlite3 import git -current_working_directory = os.path.dirname(__file__) +current_working_directory = os.path.dirname(os.path.dirname(__file__)) def gitconfig(): g = git.Repo.init(current_working_directory)