From 4109a1622e93a1ab16806dc3d58ae2aae4b9199f Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sun, 31 Mar 2019 19:11:19 +0200 Subject: [PATCH] fix clean memcached --- wo/cli/plugins/clean.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/plugins/clean.py b/wo/cli/plugins/clean.py index 6400c13..58b1246 100644 --- a/wo/cli/plugins/clean.py +++ b/wo/cli/plugins/clean.py @@ -65,7 +65,7 @@ class WOCleanController(CementBaseController): Log.info(self, "Redis is not installed") @expose(hide=True) - def clean_memcache(self): + def clean_memcached(self): try: if(WOAptGet.is_installed(self, "memcached")): WOService.restart_service(self, "memcached")