Skip to content

Commit

Permalink
Correct a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abicky committed May 24, 2021
1 parent 0b984ec commit 121d89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/capacity/drainer.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ func (d *drainer) processContainerInstances(instanceIDs []string, callback func(
return xerrors.Errorf("failed to list container instances: %w", err)
}
if pageErr != nil {
return xerrors.Errorf("failed to list container instances: %w", err)
return xerrors.Errorf("failed to list container instances: %w", pageErr)
}

return nil
Expand Down

0 comments on commit 121d89f

Please sign in to comment.