Provider name must return as Symbol

This commit is contained in:
Chris Roberts 2021-11-17 14:30:13 -08:00 committed by Paul Hinze
parent 0c1ff17c43
commit 687189f7b2
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -108,7 +108,7 @@ module Vagrant
end
def provider_name
client.provider_name
client.provider_name.to_sym
end
def provider_options