Skip to content

Commit

Permalink
Add a newline after asset creation confirmation (#1914)
Browse files Browse the repository at this point in the history
Add a newline after asset creation confirmation

Signed-off-by: Nikki Attea <[email protected]>
  • Loading branch information
Nikki Attea authored Aug 2, 2018
1 parent bb5921f commit 2a7f0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/commands/asset/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (exePtr *CreateExecutor) Run(cmd *cobra.Command, args []string) error {
return err
}

fmt.Fprint(cmd.OutOrStdout(), "OK")
fmt.Fprintln(cmd.OutOrStdout(), "OK")
return nil
}

Expand Down

0 comments on commit 2a7f0d7

Please sign in to comment.