diff --git a/backend/apimanager/check_updates.py b/backend/apimanager/check_updates.py index 5688b15..4b0f20d 100644 --- a/backend/apimanager/check_updates.py +++ b/backend/apimanager/check_updates.py @@ -59,8 +59,7 @@ print ('Checking for updates') rangolio_location = settings.DEPLOY_CONFIG["RANGOLIO_LOCATION"] run_git_command('git_fetch_origin', rangolio_location) -updates = run_git_command('git_diff', rangolio_location, ['origin/development']) -print (updates) +updates = run_git_command('git_diff', rangolio_location, ['origin/main']) if updates['subprocess_output'] and updates['subprocess_returncode'] == 0: update_confirmation = draw_dialogue_box('Software Update', 'Would you like to update rangolio?', 'confirmation') if update_confirmation: