Change webconfig.py git pull request for upgrades

This commit is contained in:
wez3 2017-01-21 21:02:23 +01:00
parent 1fbe315ed7
commit 7a71e206f9
1 changed files with 1 additions and 1 deletions

View File

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