Skip to content

Commit 214a7f2

Browse files
authored
Fix copy/paste error (#98)
1 parent fca32a4 commit 214a7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/pkg/provider/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ func (k *commandProvider) Update(ctx context.Context, req *pulumirpc.UpdateReque
352352
return nil, err
353353
}
354354
case "command:remote:Command":
355-
var cmd command
355+
var cmd remotecommand
356356
err = mapper.MapI(inputs, &cmd)
357357
if err != nil {
358358
return nil, err

0 commit comments

Comments
 (0)