cli/command/inspect: remove additional newline from log

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-02-03 12:21:00 +01:00
parent 10f5b3f73a
commit cd6d902dff
+1 -1
View File
@@ -84,7 +84,7 @@ func Inspect(out io.Writer, references []string, tmplStr string, getRef GetRefFu
}
if err := inspector.Flush(); err != nil {
logrus.Errorf("%s\n", err)
logrus.Error(err)
}
if len(inspectErrs) != 0 {