Fix branch for wo download
This commit is contained in:
@@ -28,7 +28,7 @@ class WOUpdateController(CementBaseController):
|
|||||||
def default(self):
|
def default(self):
|
||||||
filename = "woupdate" + time.strftime("%Y%m%d-%H%M%S")
|
filename = "woupdate" + time.strftime("%Y%m%d-%H%M%S")
|
||||||
WODownload.download(self, [["https://raw.githubusercontent.com/"
|
WODownload.download(self, [["https://raw.githubusercontent.com/"
|
||||||
"WordOps/WordOps/master/install",
|
"WordOps/WordOps/updating-configuration/install",
|
||||||
"/tmp/{0}".format(filename),
|
"/tmp/{0}".format(filename),
|
||||||
"update script"]])
|
"update script"]])
|
||||||
if self.app.pargs.force:
|
if self.app.pargs.force:
|
||||||
|
|||||||
Reference in New Issue
Block a user