Screwed up updater by passing wrong branch..

This commit is contained in:
Ruud
2012-07-12 10:14:24 +02:00
parent 5fb6f2dfe2
commit cc023f73a6
+1 -1
View File
@@ -112,7 +112,7 @@ class BaseUpdater(Plugin):
repo_user = 'RuudBurger'
repo_name = 'CouchPotatoServer'
branch = 'master'
branch = 'develop'
version = None
update_failed = False