Browse Source

minor update

bugfixes
harshadyeola 10 years ago
parent
commit
ba8bb58f34
  1. 2
      ee/cli/plugins/site.py

2
ee/cli/plugins/site.py

@ -685,7 +685,7 @@ class EESiteUpdateController(CementBaseController):
Log.info(self, "Password Unchanged.")
return 0
if stype == "html" and self.app.pargs.hhvm:
if stype == "html" and stype == oldsitetype and self.app.pargs.hhvm:
Log.info(self, Log.FAIL + "Can not update HTML site to HHVM")
return 1

Loading…
Cancel
Save