From fdf0d2d5b403bad860a06475b1dafce7c28e2da5 Mon Sep 17 00:00:00 2001 From: Ruud Burger Date: Thu, 26 Apr 2012 10:57:34 +0300 Subject: [PATCH] Use master branch to update 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 0d7b04f..8771661 100644 --- a/couchpotato/core/_base/updater/main.py +++ b/couchpotato/core/_base/updater/main.py @@ -80,7 +80,7 @@ class BaseUpdater(Plugin): repo_user = 'RuudBurger' repo_name = 'CouchPotatoServer' - branch = 'develop' + branch = 'master' version = None update_failed = False