Merge pull request #3497 from jingchan/master

providers/hyperv: Small fix to hyper-v provision action
This commit is contained in:
Mitchell Hashimoto 2014-04-17 14:51:58 -07:00
commit bc9f877c76
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ module VagrantPlugins
def self.action_provision
Vagrant::Action::Builder.new.tap do |b|
b.use ConfigValidate
b.use Call, Created do |env, b2|
b.use Call, IsState, :not_created do |env, b2|
if env[:result]
b2.use Message, I18n.t("vagrant_hyperv.message_not_created")
next