diff --git a/commands/detect.go b/commands/detect.go index 811ee37..5c525ac 100644 --- a/commands/detect.go +++ b/commands/detect.go @@ -103,7 +103,7 @@ func Detect(dockerCli command.Cli, image string, workspace string, apiKey string bi[ix] = e } 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