Fix provider options typo

This commit is contained in:
sophia 2022-07-18 10:02:58 -07:00
parent 313905dde5
commit 4f0082adfa

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(*_)