Fix wo update

This commit is contained in:
VirtuBox
2019-07-23 14:42:17 +02:00
parent 47fde68fe7
commit 3881d8b2c5

View File

@@ -45,7 +45,7 @@ class WOUpdateController(CementBaseController):
wo_branch = "beta"
install_args = ""
else:
wo_branch = "master "
wo_branch = "master"
install_args = ""
if self.app.pargs.force:
install_args = install_args + "--force "