We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5921f commit 2a7f0d7Copy full SHA for 2a7f0d7
1 file changed
cli/commands/asset/create.go
@@ -76,7 +76,7 @@ func (exePtr *CreateExecutor) Run(cmd *cobra.Command, args []string) error {
76
return err
77
}
78
79
- fmt.Fprint(cmd.OutOrStdout(), "OK")
+ fmt.Fprintln(cmd.OutOrStdout(), "OK")
80
return nil
81
82
0 commit comments