mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Define expected type with name
This commit is contained in:
parent
c9d93f2f8a
commit
58568b06fa
1 changed files with 9 additions and 4 deletions
|
|
@ -101,10 +101,13 @@ module VagrantPlugins
|
|||
name: "",
|
||||
),
|
||||
SDK::FuncSpec::Value.new(
|
||||
name: "source"
|
||||
name: "source",
|
||||
type: "hashicorp.vagrant.sdk.Args.Path"
|
||||
|
||||
),
|
||||
SDK::FuncSpec::Value.new(
|
||||
name: "destination"
|
||||
name: "destination",
|
||||
type: "hashicorp.vagrant.sdk.Args.Path"
|
||||
),
|
||||
],
|
||||
result: []
|
||||
|
|
@ -141,10 +144,12 @@ module VagrantPlugins
|
|||
name: "",
|
||||
),
|
||||
SDK::FuncSpec::Value.new(
|
||||
name: "source"
|
||||
name: "source",
|
||||
type: "hashicorp.vagrant.sdk.Args.Path"
|
||||
),
|
||||
SDK::FuncSpec::Value.new(
|
||||
name: "destination"
|
||||
name: "destination",
|
||||
type: "hashicorp.vagrant.sdk.Args.Path"
|
||||
),
|
||||
],
|
||||
result: []
|
||||
|
|
|
|||
Loading…
Reference in a new issue