Merge pull request #318 from hashicorp/provider-opts
Fix provider options typo
This commit is contained in:
commit
7ccfff3ec2
@ -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(*_)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user