diff --git a/cmd/cmd.go b/cmd/cmd.go index 1de40bd78..6fbef1c1b 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -139,6 +139,8 @@ func CreateHandler(cmd *cobra.Command, args []string) error { bar.Set(resp.Completed) } else if resp.Quantize != "" { + spinner.Stop() + if quantizeSpin != nil { quantizeSpin.SetMessage(resp.Status) } else {