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 03f7a37 commit ba8bb58Copy full SHA for ba8bb58
ee/cli/plugins/site.py
@@ -685,7 +685,7 @@ def doupdatesite(self, pargs):
685
Log.info(self, "Password Unchanged.")
686
return 0
687
688
- if stype == "html" and self.app.pargs.hhvm:
+ if stype == "html" and stype == oldsitetype and self.app.pargs.hhvm:
689
Log.info(self, Log.FAIL + "Can not update HTML site to HHVM")
690
return 1
691
0 commit comments