Skip to content

Commit

Permalink
Add: Use git_object_type and git_object var names
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalholthaus authored and bjoernricks committed Oct 19, 2022
1 parent e139dc7 commit 86ffe7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pontos/github/cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ def create_tag(terminal: Terminal, args: Namespace) -> None:
repo=args.repo,
tag=args.tag,
message=args.message,
gobject=args.gobject,
git_object=args.git_object,
name=args.name,
email=args.email,
otype=args.otype,
git_object_type=args.git_object_type,
date=args.date,
)

Expand Down

0 comments on commit 86ffe7f

Please sign in to comment.