Merge pull request #8678 from caveman-dick/fixWindow2012R2Issue

Fixes #8677 - Detect the result of the has_vmcx_support.ps1 properly
This commit is contained in:
Chris Roberts 2017-06-19 16:51:46 -07:00 committed by GitHub
commit 8437dccca2
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ module VagrantPlugins
end
end
vmcx_support = env[:machine].provider.driver.execute("has_vmcx_support.ps1", {})
vmcx_support = env[:machine].provider.driver.execute("has_vmcx_support.ps1", {})['result']
if vmcx_support
vm_dir.each_child do |f|
if f.extname.downcase == '.vmcx'