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.
2 parents 7213913 + d0d0b2c commit 9530a56Copy full SHA for 9530a56
internal/runners/commit/commit.go
@@ -141,11 +141,10 @@ func (c *Commit) Run(params *Params) (rerr error) {
141
if err != nil {
142
return errs.Wrap(err, "Could not update project to reflect build script changes.")
143
}
144
+ pg.Stop(locale.T("progress_success"))
145
+ pg = nil
146
147
if !params.SkipValidation {
- pg.Stop(locale.T("progress_success"))
- pg = nil
148
-
149
pgSolve := output.StartSpinner(out, locale.T("progress_solve"), constants.TerminalAnimationInterval)
150
defer func() {
151
if pgSolve != nil {
0 commit comments