Load machine from machine ref

This commit is contained in:
sophia 2022-03-04 13:56:55 -06:00 committed by Paul Hinze
parent c13dcc938c
commit 4dcd120448
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -8,7 +8,7 @@ module VagrantPlugins
class Machine < Target
# @return [String] resource identifier for this target
def ref
SDK::Ref::Target::Machine.new(resource_id: resource_id)
SDK::Ref::Machine.new(resource_id: resource_id)
end
# @return [Vagrant::Box] box backing machine