From e1d7440b9d374de9f1866fab912d86d764a0339b Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 15 Jul 2012 00:23:44 +0200 Subject: [PATCH] Wrong branch in master --- 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 e52870a..f3a5bde 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 = 'develop' + branch = 'master' version = None update_failed = False