mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Use machine as default argument for synced folder caps
This commit is contained in:
parent
ea3932be22
commit
38d7bcc51f
1 changed files with 1 additions and 1 deletions
|
|
@ -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: "",
|
||||
),
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue