mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 19:12:26 -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):
|
def update(self):
|
||||||
# update branch with current config branch value
|
# update branch with current config branch value
|
||||||
self.updater.branch == sickbeard.BRANCH
|
self.updater.branch = sickbeard.BRANCH
|
||||||
|
|
||||||
# check for updates
|
# check for updates
|
||||||
if self.updater.need_update():
|
if self.updater.need_update():
|
||||||
|
Loading…
Reference in New Issue
Block a user