Skip to content

Commit ba8bb58

Browse files
committed
minor update
1 parent 03f7a37 commit ba8bb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ee/cli/plugins/site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ def doupdatesite(self, pargs):
685685
Log.info(self, "Password Unchanged.")
686686
return 0
687687

688-
if stype == "html" and self.app.pargs.hhvm:
688+
if stype == "html" and stype == oldsitetype and self.app.pargs.hhvm:
689689
Log.info(self, Log.FAIL + "Can not update HTML site to HHVM")
690690
return 1
691691

0 commit comments

Comments
 (0)