Fix input type for duration mapping
This commit is contained in:
parent
32c77ef96a
commit
5609a32af0
@ -36,7 +36,7 @@ module VagrantPlugins
|
||||
class DurationToProto < Mapper
|
||||
def initialize
|
||||
super(
|
||||
inputs: [Input.new(type: SDK::Args::TimeDuration)],
|
||||
inputs: [Input.new(type: Type::Duration)],
|
||||
output: SDK::Args::TimeDuration,
|
||||
func: method(:converter),
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user