mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Fixed a small typo in versionChecker
This commit is contained in:
parent
39fe8e8477
commit
b4efb2d641
@ -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 New Issue
Block a user