Skip to content

Commit

Permalink
Revert "Change status print to a info message when finishing a rollin…
Browse files Browse the repository at this point in the history
…g deployment with --no-wait"

This reverts commit e3eaaae.
  • Loading branch information
Cristhian Peña committed Nov 13, 2023
1 parent e3eaaae commit fa4d2b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions command/v7/shared/app_stager.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,6 @@ func (stager *Stager) StartApp(
if err != nil {
return err
}
if noWait == true {
stager.UI.DisplayText("First instance restaged correctly, restaging remaining in the background")
return nil
}
} else {
user, err := stager.Actor.GetCurrentUser()
if err != nil {
Expand Down

0 comments on commit fa4d2b7

Please sign in to comment.