Merge pull request #318 from hashicorp/provider-opts

Fix provider options typo
This commit is contained in:
Sophia Castellarin 2022-07-18 12:38:18 -05:00 committed by GitHub
commit 7ccfff3ec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ module Vagrant
end
def provider_options
@provider_options ||= Vagrant.plugin("2").manager.provider[provider_name].last
@provider_options ||= Vagrant.plugin("2").manager.providers[provider_name].last
end
def recover_machine(*_)