Skip to content

Commit 2a7f0d7

Browse files
author
Nikki Attea
authored
Add a newline after asset creation confirmation (#1914)
Add a newline after asset creation confirmation Signed-off-by: Nikki Attea <nikki@sensu.io>
1 parent bb5921f commit 2a7f0d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/commands/asset/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func (exePtr *CreateExecutor) Run(cmd *cobra.Command, args []string) error {
7676
return err
7777
}
7878

79-
fmt.Fprint(cmd.OutOrStdout(), "OK")
79+
fmt.Fprintln(cmd.OutOrStdout(), "OK")
8080
return nil
8181
}
8282

0 commit comments

Comments
 (0)