Skip to content

Commit d000381

Browse files
committed
modified update url from rt.cx/ee to rt.cx/eeup
1 parent 4f5cc1a commit d000381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ee/cli/plugins/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Meta:
2424
@expose(hide=True)
2525
def default(self):
2626
filename = "eeupdate" + time.strftime("%Y%m%d-%H%M%S")
27-
EEDownload.download(self, [["http://rt.cx/ee",
27+
EEDownload.download(self, [["http://rt.cx/eeup",
2828
"/tmp/{0}".format(filename),
2929
"update script"]])
3030
try:

0 commit comments

Comments
 (0)