Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
beatro0t committed May 26, 2021
1 parent ea2475f commit 4202410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aws/ingestor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ def get_nat_gateways(self):
iterables=self.client.get_paginator(
"describe_nat_gateways").paginate(),
wait="Awaiting response to ec2:DescribeNatGateways",
done="Added "
done="Added NatGateways"
) for ng in r["NatGateways"]]:

nat_gateway["Name"] = nat_gateway["NatGatewayId"]
Expand Down

0 comments on commit 4202410

Please sign in to comment.