Skip to content

Commit

Permalink
Update enumerate.py (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstawinski authored Jul 23, 2024
1 parent 6f803f1 commit 0eb6d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatox/enumerate/enumerate.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def enumerate_organization(self, org: str):

Output.info(
f"About to enumerate "
f"{len(organization.private_repos) + len(organization.public_repos)}"
f"{len(enum_list)}"
" repos within "
f"the {organization.name} organization!"
)
Expand Down

0 comments on commit 0eb6d92

Please sign in to comment.