providers/virtualbox: don't require valid config on destroy [GH-1629]

This commit is contained in:
Mitchell Hashimoto 2014-04-20 18:23:35 -07:00
parent ee99f42e45
commit a205cf84a0
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ module VagrantPlugins
b2.use Call, DestroyConfirm do |env2, b3|
if env2[:result]
b3.use ConfigValidate
b3.use CheckAccessible
b3.use EnvSet, :force_halt => true
b3.use action_halt