Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
Migrate Fix ECS list services call
Browse files Browse the repository at this point in the history
  • Loading branch information
yevgenypats committed Feb 11, 2021
1 parent 9ab88f9 commit 7aeee6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecs/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ func (c *Client) services(clusters []*string) error {
var listInput ecs.ListServicesInput
for _, cluster := range clusters {
listInput.Cluster = cluster
listInput.NextToken = nil
for {
listOutput, err := c.svc.ListServices(&listInput)
if err != nil {
Expand Down

0 comments on commit 7aeee6a

Please sign in to comment.