diff --git a/cli/command/service/progress/progress.go b/cli/command/service/progress/progress.go index d8300ce8d2..d522fc08b4 100644 --- a/cli/command/service/progress/progress.go +++ b/cli/command/service/progress/progress.go @@ -129,6 +129,11 @@ func ServiceProgress(ctx context.Context, client client.APIClient, serviceID str } } if converged && time.Since(convergedAt) >= monitor { + progressOut.WriteProgress(progress.Progress{ + ID: "verify", + Action: "Service converged", + }) + return nil }