Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #81 from AssemblyAI/mitch/fix-issue-80
Browse files Browse the repository at this point in the history
fix ListTasksInput
  • Loading branch information
chilledornaments authored Nov 14, 2021
2 parents e8a3996 + f77b03a commit 9902366
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/deploy/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,10 @@ func showFailedTasks(c types.ECSClient, service string, cluster string, deployme
Cluster: &cluster,
DesiredStatus: "STOPPED",
StartedBy: &deploymentID,
ServiceName: &service,
}

log.Printf("Checking failed tasks for service '%s'", service)

resp, err := c.ListTasks(context.TODO(), &input)

if err != nil {
Expand Down

0 comments on commit 9902366

Please sign in to comment.