Fixed code that was preventing branch checkouts from working.

This commit is contained in:
echel0n 2014-07-27 14:23:40 -07:00
parent a8bcbc66c3
commit ef8b4e587d
1 changed files with 1 additions and 1 deletions

View File

@ -1506,7 +1506,7 @@ class ConfigGeneral(MainHandler):
sickbeard.save_config()
sickbeard.versionCheckScheduler.action.checkout_branch(git_branch)
sickbeard.versionCheckScheduler.action.update(git_branch)
if len(results) > 0:
for x in results: