2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-29 23:20:49 +00:00

Fix message

This commit is contained in:
Alexander Neumann 2019-11-23 10:31:40 +01:00
parent f2aeaef8f1
commit b02357f542

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