Bläddra i källkod

Add missing newline

Tianon Gravi 7 år sedan
förälder
incheckning
891033f93a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      bashbrew/go/src/bashbrew/cmd-put-shared.go

+ 1 - 1
bashbrew/go/src/bashbrew/cmd-put-shared.go

@@ -145,7 +145,7 @@ func cmdPutShared(c *cli.Context) error {
 			if !dryRun {
 			if !dryRun {
 				tagYaml := tagsToManifestToolYaml(targetRepo, tagsToPush...) + yaml
 				tagYaml := tagsToManifestToolYaml(targetRepo, tagsToPush...) + yaml
 				if err := manifestToolPushFromSpec(tagYaml); err != nil {
 				if err := manifestToolPushFromSpec(tagYaml); err != nil {
-					fmt.Fprintf(os.Stderr, "warning: failed putting %s, skipping (collecting errors)", groupIdentifier)
+					fmt.Fprintf(os.Stderr, "warning: failed putting %s, skipping (collecting errors)\n", groupIdentifier)
 					failed = append(failed, fmt.Sprintf("- %s: %v", groupIdentifier, err))
 					failed = append(failed, fmt.Sprintf("- %s: %v", groupIdentifier, err))
 					continue
 					continue
 				}
 				}