mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Fixed a small typo in versionChecker
This commit is contained in:
parent
39fe8e8477
commit
b4efb2d641
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class CheckVersion():
|
|||
|
||||
def update(self):
|
||||
# update branch with current config branch value
|
||||
self.updater.branch == sickbeard.BRANCH
|
||||
self.updater.branch = sickbeard.BRANCH
|
||||
|
||||
# check for updates
|
||||
if self.updater.need_update():
|
||||
|
|
Loading…
Reference in a new issue