From cc023f73a62915707034737ff34c1e06ddfd883d Mon Sep 17 00:00:00 2001 From: Ruud Date: Thu, 12 Jul 2012 10:14:24 +0200 Subject: [PATCH] Screwed up updater by passing wrong branch.. --- couchpotato/core/_base/updater/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/_base/updater/main.py b/couchpotato/core/_base/updater/main.py index f3a5bde..e52870a 100644 --- a/couchpotato/core/_base/updater/main.py +++ b/couchpotato/core/_base/updater/main.py @@ -112,7 +112,7 @@ class BaseUpdater(Plugin): repo_user = 'RuudBurger' repo_name = 'CouchPotatoServer' - branch = 'master' + branch = 'develop' version = None update_failed = False