From d000381061a7e9d6d1ceb43208bb53bdfe91b1eb Mon Sep 17 00:00:00 2001 From: harshadyeola Date: Thu, 2 Apr 2015 14:04:22 +0530 Subject: [PATCH] modified update url from rt.cx/ee to rt.cx/eeup --- ee/cli/plugins/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/cli/plugins/update.py b/ee/cli/plugins/update.py index b039afe7..28d383e0 100644 --- a/ee/cli/plugins/update.py +++ b/ee/cli/plugins/update.py @@ -24,7 +24,7 @@ class EEUpdateController(CementBaseController): @expose(hide=True) def default(self): filename = "eeupdate" + time.strftime("%Y%m%d-%H%M%S") - EEDownload.download(self, [["http://rt.cx/ee", + EEDownload.download(self, [["http://rt.cx/eeup", "/tmp/{0}".format(filename), "update script"]]) try: