Fix branch for wo download

This commit is contained in:
VirtuBox
2019-06-16 23:21:34 +02:00
parent 54f31c1c93
commit 675f57d36b

View File

@@ -28,7 +28,7 @@ class WOUpdateController(CementBaseController):
def default(self):
filename = "woupdate" + time.strftime("%Y%m%d-%H%M%S")
WODownload.download(self, [["https://raw.githubusercontent.com/"
"WordOps/WordOps/master/install",
"WordOps/WordOps/updating-configuration/install",
"/tmp/{0}".format(filename),
"update script"]])
if self.app.pargs.force: