From e9d59dacf127c565fd490371567e2ca5e9f4c128 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sun, 1 Sep 2019 22:56:17 +0200 Subject: [PATCH] Fix phpRedisAdmin typo --- wo/cli/plugins/stack_pref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/plugins/stack_pref.py b/wo/cli/plugins/stack_pref.py index 2582499..e3fab80 100644 --- a/wo/cli/plugins/stack_pref.py +++ b/wo/cli/plugins/stack_pref.py @@ -1297,7 +1297,7 @@ def post_pref(self, apt_packages, packages, upgrade=False): .format(WOVariables.wo_webroot)) if not os.path.isfile('/var/www/22222/htdocs/cache/redis/' 'phpRedisAdmin/composer.lock'): - WOShellExec.cmd_exec(self, "/usr/local/bin/composer" + WOShellExec.cmd_exec(self, "/usr/local/bin/composer " "create-project --no-plugins " "--no-scripts -n -s dev " "erik-dubbelboer/php-redis-admin "