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():