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

Commit

Permalink
restore status in addition to reason as progress message
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas De Loof <[email protected]>
  • Loading branch information
ndeloof committed Oct 6, 2020
1 parent 5c0a953 commit e850789
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 e850789

Please sign in to comment.