From 46315992a1bfcc6f829bc89c0547101731213fb9 Mon Sep 17 00:00:00 2001 From: harshadyeola Date: Tue, 19 May 2015 17:01:16 +0530 Subject: [PATCH] minor update --- ee/cli/plugins/site_functions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ee/cli/plugins/site_functions.py b/ee/cli/plugins/site_functions.py index 1e1ef0b1..03611917 100644 --- a/ee/cli/plugins/site_functions.py +++ b/ee/cli/plugins/site_functions.py @@ -830,6 +830,7 @@ def detSitePar(opts): if (cachelist[0] in ['wpfc', 'w3tc', 'wpsc'] and typelist[0] in ['html', 'php', 'mysql']): sitetype = 'wp' + cachetype = cachelist[0] else: sitetype = typelist[0] cachetype = cachelist[0]