Skip to content

Commit

Permalink
Merge pull request #100 from gergelyborsothy/StatusPluginFix
Browse files Browse the repository at this point in the history
Status plugins invocation fix
  • Loading branch information
askreet committed Jun 6, 2016
2 parents 0857296 + ff0020f commit 7660fb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/moonshot/controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ def update
end

def status
run_plugins(:status)
run_plugins(:pre_status)
run_hook(:deploy, :status)
stack.status
run_plugins(:post_status)
end

def deploy_code
Expand Down

0 comments on commit 7660fb2

Please sign in to comment.