Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #242 from rapid7/erran-r7-patch-1
Browse files Browse the repository at this point in the history
Fix verb tense of pre-"delete" status
  • Loading branch information
erran-r7 authored Mar 6, 2017
2 parents cc4f10e + 06f9b74 commit 2a2ae57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/convection/control/cloud.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def delete(stacks, &block)
next
end

block.call(Model::Event.new(:deleted, "Delete remote stack #{ stack.cloud_name }", :info)) if block
block.call(Model::Event.new(:delete, "Delete remote stack #{ stack.cloud_name }", :info)) if block
stack.delete(&block)

if stack.error?
Expand Down

0 comments on commit 2a2ae57

Please sign in to comment.