Merge remote branch 'mitchellh/master'
This commit is contained in:
commit
b572b7dbd6
|
@ -223,7 +223,7 @@ module Vagrant
|
|||
end
|
||||
|
||||
output = execute("list", "vms")
|
||||
if output =~ /^"#{name}" {(.+?)}$/
|
||||
if output =~ /^"#{name}" \{(.+?)\}$/
|
||||
return $1.to_s
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue