Change webconfig.py git pull request for upgrades
This commit is contained in:
parent
1fbe315ed7
commit
7a71e206f9
|
|
@ -19,7 +19,7 @@ def getVersion():
|
||||||
return version
|
return version
|
||||||
|
|
||||||
def performUpgrade():
|
def performUpgrade():
|
||||||
git.cmd.Git('.').pull("https://github.com/wez3/domoboard.git")
|
git.cmd.Git('.').pull()
|
||||||
return "Upgrade completed."
|
return "Upgrade completed."
|
||||||
|
|
||||||
def getCurrentBranch():
|
def getCurrentBranch():
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue