From acbe6a674f8123e41f2a03bc0bad6cbec386c17e Mon Sep 17 00:00:00 2001 From: gau1991 Date: Wed, 17 Jun 2015 13:55:20 +0530 Subject: [PATCH] Fixed hook name --- ee/cli/plugins/stack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/cli/plugins/stack.py b/ee/cli/plugins/stack.py index a81d12e7..f4066638 100644 --- a/ee/cli/plugins/stack.py +++ b/ee/cli/plugins/stack.py @@ -229,7 +229,7 @@ class EEStackController(CementBaseController): EEAdminStack(package_dict=EEVariables.ee_utils).remove_stack() # Hook for stack remove plugins - hook.run('stack_install_hook', self.app) + hook.run('stack_remove_hook', self.app) @expose(help="Purge packages")