From 7a71e206f93694045e5c063c43e125b59bab2491 Mon Sep 17 00:00:00 2001 From: wez3 Date: Sat, 21 Jan 2017 21:02:23 +0100 Subject: [PATCH] Change webconfig.py git pull request for upgrades --- modules/webconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/webconfig.py b/modules/webconfig.py index bed15e1..6b63d70 100644 --- a/modules/webconfig.py +++ b/modules/webconfig.py @@ -19,7 +19,7 @@ def getVersion(): return version def performUpgrade(): - git.cmd.Git('.').pull("https://github.com/wez3/domoboard.git") + git.cmd.Git('.').pull() return "Upgrade completed." def getCurrentBranch():