1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Fixed a small typo in versionChecker

This commit is contained in:
echel0n 2014-07-30 17:25:55 -07:00
parent 39fe8e8477
commit b4efb2d641

View File

@ -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():