remove garbling spinner

one of the three new spinners produced less than ideal output when a
push happened; the other two do enhance the create experience and i
think we can get away without one for push.
This commit is contained in:
vilmibm 2021-01-21 14:53:19 -08:00
parent a7b9e3916c
commit 05d39ebd0d

View file

@ -681,9 +681,7 @@ func handlePush(opts CreateOptions, ctx CreateContext) error {
return nil
}
opts.IO.StartProgressIndicator()
err := pushBranch()
opts.IO.StopProgressIndicator()
if err != nil {
return err
}