Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #732 from docker/status_reason
Browse files Browse the repository at this point in the history
restore status in addition to reason as progress message
  • Loading branch information
gtardif authored Oct 6, 2020
2 parents 5c0a953 + e850789 commit 0cea91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs/wait.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func (b *ecsAPIService) WaitStackCompletion(ctx context.Context, name string, op
w.Event(progress.Event{
ID: resource,
Status: progressStatus,
StatusText: reason,
StatusText: fmt.Sprintf("%s %s", status, reason),
})
}
if operation != stackCreate || stackErr != nil {
Expand Down

0 comments on commit 0cea91c

Please sign in to comment.