Define expected type with name

This commit is contained in:
Chris Roberts 2022-02-07 14:21:14 -08:00 committed by Paul Hinze
parent c9d93f2f8a
commit 58568b06fa
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -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: []