From d5ec939022b5c8b46040dac10fff97d97db19511 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Fri, 8 Jul 2022 16:37:05 -0700 Subject: [PATCH] Request target in spec and allow conversion to machine --- plugins/commands/serve/service/provider_service.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/commands/serve/service/provider_service.rb b/plugins/commands/serve/service/provider_service.rb index 9c59a7b3c..e978645ca 100644 --- a/plugins/commands/serve/service/provider_service.rb +++ b/plugins/commands/serve/service/provider_service.rb @@ -110,7 +110,7 @@ module VagrantPlugins def state_spec(*_) funcspec( args: [ - SDK::Args::Target::Machine + SDK::Args::Target ], result: SDK::Args::Target::Machine::State, )