Skip to content

Commit

Permalink
Merge pull request #428 from h00die/spelling_error_later
Browse files Browse the repository at this point in the history
Fix spelling of later
  • Loading branch information
DaveYesland authored May 24, 2024
2 parents 20e9778 + afd7169 commit a89a19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacu/modules/ecr__enum/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def main(args, pacu_main):
)
)

# Adding repositories to region for extraction ater on
# Adding repositories to region for extraction later on
summary_data['ecr']['regions'][region] = {}
summary_data['ecr']['regions'][region]['num_repos_found'] = num_repos_found
summary_data['ecr']['regions'][region]['repositories'] = region_repositories
Expand Down

0 comments on commit a89a19f

Please sign in to comment.