Add another line break

Signed-off-by: Christian Dupuis <cd@atomist.com>
This commit is contained in:
Christian Dupuis
2022-09-16 17:58:54 +02:00
parent a6aaee0dbb
commit 1b78e08fca

View File

@@ -103,7 +103,7 @@ func Detect(dockerCli command.Cli, image string, workspace string, apiKey string
bi[ix] = e bi[ix] = e
} }
s.Stop() s.Stop()
fmt.Printf("Base image for %s\n%s\n\n", label, strings.Join(bi, "\n")) fmt.Printf("Base image for %s\n%s\n\n", label, strings.Join(bi, "\n\n"))
} }
} }
return nil return nil