Skip to content

Commit

Permalink
change parameter update_tag to aws_update_tag (cartography-cncf#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonpetgrave64 authored Apr 28, 2022
1 parent 9e3f768 commit 1f94f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartography/intel/aws/resourcegroupstaggingapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,6 @@ def sync(
resource_type=resource_type,
region=region,
current_aws_account_id=current_aws_account_id,
update_tag=update_tag,
aws_update_tag=update_tag,
)
cleanup(neo4j_session, common_job_parameters)

0 comments on commit 1f94f88

Please sign in to comment.