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:
parent
a7b9e3916c
commit
05d39ebd0d
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue