From a555ec2ff391099983ee1aee965d5be300c50416 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 15 Aug 2023 18:00:10 +0200 Subject: [PATCH] Fix wo site update alias --- wo/cli/plugins/site_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/plugins/site_update.py b/wo/cli/plugins/site_update.py index c572c25..1627dbb 100644 --- a/wo/cli/plugins/site_update.py +++ b/wo/cli/plugins/site_update.py @@ -336,7 +336,7 @@ class WOSiteUpdateController(CementBaseController): webroot=wo_site_webroot) stype = oldsitetype cache = oldcachetype - if oldsitetype == 'html' or oldsitetype == 'proxy': + if oldsitetype == 'html' or oldsitetype == 'proxy' or oldsitetype == 'alias': data['static'] = False data['wp'] = False data['multisite'] = False