Skip to content

Commit

Permalink
Set the proper force halt environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jan 22, 2013
1 parent 4780f1c commit 7c81259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/providers/virtualbox/action.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def self.action_destroy
if env2[:result]
b3.use ConfigValidate
b3.use CheckAccessible
b3.use EnvSet, :force => true
b3.use EnvSet, :force_halt => true
b3.use action_halt
b3.use PruneNFSExports
b3.use Destroy
Expand Down

0 comments on commit 7c81259

Please sign in to comment.