Add missing newline
This commit is contained in:
parent
f36ef9d30b
commit
b84de49388
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue