Skip to content

Commit

Permalink
Update cli/cli.go
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Zheng <[email protected]>
Signed-off-by: Pritesh Bandi <[email protected]>
  • Loading branch information
priteshbandi and Two-Hearts authored Jan 22, 2024
1 parent 703fdcc commit fae6af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func (c *CLI) unmarshalRequest(request plugin.Request) error {
}

if err := request.Validate(); err != nil {
c.logger.Errorf("%s validation error :%v", reflect.TypeOf(request), err)
c.logger.Errorf("%s validation error: %v", reflect.TypeOf(request), err)
if e, ok := err.(*plugin.Error); ok {
return plugin.NewValidationErrorf("%s: %s", plugin.ErrorMsgMalformedInput, e.Message)
}
Expand Down

0 comments on commit fae6af8

Please sign in to comment.