Skip to content

Commit

Permalink
used call rather than execute as default actions use call
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Adams committed Apr 16, 2012
1 parent acab0e2 commit 9da04be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/trooper/strategy.rb
Expand Up @@ -77,7 +77,7 @@ def action_execute(runner, name)
action = Arsenal.actions[name]

if action
commands = action.execute config
commands = action.call config
Trooper.logger.action action.description
runner_execute!(runner, commands)
end
Expand Down

0 comments on commit 9da04be

Please sign in to comment.