We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f5b3f commit cd6d902Copy full SHA for cd6d902
1 file changed
cli/command/inspect/inspector.go
@@ -84,7 +84,7 @@ func Inspect(out io.Writer, references []string, tmplStr string, getRef GetRefFu
84
}
85
86
if err := inspector.Flush(); err != nil {
87
- logrus.Errorf("%s\n", err)
+ logrus.Error(err)
88
89
90
if len(inspectErrs) != 0 {
0 commit comments