Browse Source

Fixed hook path

feature/plugin
gau1991 10 years ago
parent
commit
0a909e4e28
  1. 1
      ee/cli/main.py
  2. 1
      ee/cli/plugins/stack.py

1
ee/cli/main.py

@ -64,6 +64,7 @@ class EEApp(foundation.CementApp):
argument_handler = EEArgHandler
define_hooks = ['stack_install_hook', 'stack_remove_hook']
debug = TOGGLE_DEBUG

1
ee/cli/plugins/stack.py

@ -49,7 +49,6 @@ class EEStackController(CementBaseController):
stacked_on = 'base'
stacked_type = 'nested'
description = 'Stack command manages stack operations'
define_hooks = ['stack_install_hook', 'stack_remove_hook']
arguments = [
(['--all'],
dict(help='Install all stack', action='store_true')),

Loading…
Cancel
Save