Use machine as default argument for synced folder caps

This commit is contained in:
Chris Roberts 2022-02-09 09:26:20 -08:00 committed by Paul Hinze
parent ea3932be22
commit 38d7bcc51f
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -11,7 +11,7 @@ module VagrantPlugins
caps = Vagrant.plugin("2").local_manager.synced_folder_capabilities
default_args = {
Vagrant::Machine => SDK::FuncSpec::Value.new(
type: "hashicorp.vagrant.sdk.Args.Target",
type: "hashicorp.vagrant.sdk.Args.Target.Machine",
name: "",
),
}