diff --git a/orchestra/apps/webapps/backends/phpfpm.py b/orchestra/apps/webapps/backends/phpfpm.py index fa0384a1..c5b6e62b 100644 --- a/orchestra/apps/webapps/backends/phpfpm.py +++ b/orchestra/apps/webapps/backends/phpfpm.py @@ -16,7 +16,7 @@ class PHPFPMBackend(WebAppServiceMixin, ServiceController): directive = 'fpm' def save(self, webapp): - if not self.valid_directive(webapp) + if not self.valid_directive(webapp): return context = self.get_context(webapp) self.create_webapp_dir(context)