Skip to content

Commit

Permalink
Fix: argparser tag create
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalholthaus authored and bjoernricks committed Oct 19, 2022
1 parent b0f58ba commit a92ad0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pontos/github/argparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def parse_args(
)

# Create a tag from command line
tag_parser = subparsers.add_parser("release", aliases=["tag", "TAG"])
tag_parser = subparsers.add_parser("tag", aliases=["tag", "TAG"])

tag_parser.set_defaults(func=tag)

Expand Down

0 comments on commit a92ad0c

Please sign in to comment.