diff --git a/cli/commands/asset/create.go b/cli/commands/asset/create.go index 815f4fbdb6..c3f331cd5a 100644 --- a/cli/commands/asset/create.go +++ b/cli/commands/asset/create.go @@ -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 }