Skip to content

Commit

Permalink
Merge pull request #260 from aaronlehmann/verify-message
Browse files Browse the repository at this point in the history
progress: Show success message when finished counting down
  • Loading branch information
Vincent Demeester committed Jun 28, 2017
2 parents 2eac0bb + 82e0690 commit 92a2a1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cli/command/service/progress/progress.go
Expand Up @@ -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
}

Expand Down

0 comments on commit 92a2a1d

Please sign in to comment.