Fixed a small typo in versionChecker

This commit is contained in:
echel0n 2014-07-30 17:25:55 -07:00
parent 39fe8e8477
commit b4efb2d641
1 changed files with 1 additions and 1 deletions

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