Merge remote branch 'mitchellh/master'

This commit is contained in:
Colin Moller 2012-01-04 16:21:12 -08:00
commit b572b7dbd6
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ module Vagrant
end
output = execute("list", "vms")
if output =~ /^"#{name}" {(.+?)}$/
if output =~ /^"#{name}" \{(.+?)\}$/
return $1.to_s
end