Skip to content

Commit

Permalink
Fix typo that prevented checking for updates at startup.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed Nov 16, 2023
1 parent 22ff5d1 commit 0f4b96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/plugins/updatemanager/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def on_mainwindow_visible(self):
and 'dev' not in __version__ # Not dev version
and self.get_conf('check_updates_on_startup')
):
container.start_check_updates(startup=True)
container.start_check_update(startup=True)

# ---- Private API
# ------------------------------------------------------------------------
Expand Down

0 comments on commit 0f4b96f

Please sign in to comment.