Machine ID should always be a string
This commit is contained in:
parent
eb6256316c
commit
6bf842326a
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue