From 05d39ebd0de3717b7dfe029e2440ca46c3986048 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Thu, 21 Jan 2021 14:53:19 -0800 Subject: [PATCH] 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. --- pkg/cmd/pr/create/create.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/cmd/pr/create/create.go b/pkg/cmd/pr/create/create.go index eef988633..729ad96cd 100644 --- a/pkg/cmd/pr/create/create.go +++ b/pkg/cmd/pr/create/create.go @@ -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 }