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

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

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: