cli/command/inspect: remove additional newline from log
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
10f5b3f73a
commit
cd6d902dff
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user