From b17ce2bc52b8e673231911cdab357c90a0304b13 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 7 Mar 2019 13:26:25 +0100 Subject: [PATCH] fix indentation --- wo/cli/plugins/stack_services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/plugins/stack_services.py b/wo/cli/plugins/stack_services.py index 8d16908..f4bc268 100644 --- a/wo/cli/plugins/stack_services.py +++ b/wo/cli/plugins/stack_services.py @@ -314,7 +314,7 @@ class WOStackStatusController(CementBaseController): if WOAptGet.is_installed(self, 'php7.3-fpm'): services = services + ['php7.3-fpm'] - else: + else: Log.info(self, "PHP7.3-FPM is not installed") if self.app.pargs.php73: