Machine ID should always be a string

This commit is contained in:
Emiliano Ticci 2013-10-29 00:01:38 +01:00
parent eb6256316c
commit 6bf842326a
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ module Vagrant
end end
# Store the ID locally # Store the ID locally
@id = value @id = value.to_s
# Notify the provider that the ID changed in case it needs to do # Notify the provider that the ID changed in case it needs to do
# any accounting from it. # any accounting from it.