Fix message

This commit is contained in:
Alexander Neumann 2019-11-23 10:31:40 +01:00
parent f2aeaef8f1
commit b02357f542
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ func updateEnv(env []string, override map[string]string) []string {
func (env *TravisEnvironment) findImports() (map[string][]string, error) {
res := make(map[string][]string)
msg("checking for forbidden imports")
msg("checking for forbidden imports\n")
cmd := exec.Command("go", "list", "-f", `{{.ImportPath}} {{join .Imports " "}}`, "./internal/...", "./cmd/...")
cmd.Stderr = os.Stderr