We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5cc1a commit d000381Copy full SHA for d000381
ee/cli/plugins/update.py
@@ -24,7 +24,7 @@ class Meta:
24
@expose(hide=True)
25
def default(self):
26
filename = "eeupdate" + time.strftime("%Y%m%d-%H%M%S")
27
- EEDownload.download(self, [["http://rt.cx/ee",
+ EEDownload.download(self, [["http://rt.cx/eeup",
28
"/tmp/{0}".format(filename),
29
"update script"]])
30
try:
0 commit comments