Browse Source

Wrong branch in master

pull/610/head
Ruud 13 years ago
parent
commit
e1d7440b9d
  1. 2
      couchpotato/core/_base/updater/main.py

2
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

Loading…
Cancel
Save