Skip to content

Commit

Permalink
Refractor: delete-package-with-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielschowe committed Sep 23, 2024
1 parent b888f41 commit e6b5278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pontos/github/scripts/delete-package-with-tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def add_script_arguments(parser: ArgumentParser) -> None:
help="package type",
default=PackageType.CONTAINER,
)
parser.add_argument('tag', help='The tag to be deleted.')
parser.add_argument("tag", help="The tag to be deleted.")


async def github_script(api: GitHubAsyncRESTApi, args: Namespace) -> int:
Expand Down

0 comments on commit e6b5278

Please sign in to comment.