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

Commit 0cea91c

Browse files
authored
Merge pull request #732 from docker/status_reason
restore status in addition to reason as progress message
2 parents 5c0a953 + e850789 commit 0cea91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecs/wait.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func (b *ecsAPIService) WaitStackCompletion(ctx context.Context, name string, op
104104
w.Event(progress.Event{
105105
ID: resource,
106106
Status: progressStatus,
107-
StatusText: reason,
107+
StatusText: fmt.Sprintf("%s %s", status, reason),
108108
})
109109
}
110110
if operation != stackCreate || stackErr != nil {

0 commit comments

Comments
 (0)