Skip to content

Commit cd6d902

Browse files
committed
cli/command/inspect: remove additional newline from log
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 10f5b3f commit cd6d902

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/command/inspect/inspector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func Inspect(out io.Writer, references []string, tmplStr string, getRef GetRefFu
8484
}
8585

8686
if err := inspector.Flush(); err != nil {
87-
logrus.Errorf("%s\n", err)
87+
logrus.Error(err)
8888
}
8989

9090
if len(inspectErrs) != 0 {

0 commit comments

Comments
 (0)