Преглед изворни кода

restore status in addition to reason as progress message

Signed-off-by: Nicolas De Loof <[email protected]>
Nicolas De Loof пре 5 година
родитељ
комит
e8507893ee
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      ecs/wait.go

+ 1 - 1
ecs/wait.go

@@ -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 {