Skip to content

Commit

Permalink
Fix: Argument destination in pontos-update-header
Browse files Browse the repository at this point in the history
  • Loading branch information
n-thumann authored and bjoernricks committed Jun 7, 2023
1 parent 31d94ff commit 0ff386e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pontos/updateheader/updateheader.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ def _parse_args(args=None):
parser.add_argument(
"-l",
"--license",
dest="license_id",
choices=SUPPORTED_LICENCES,
default="GPL-3.0-or-later",
help=("Use the passed license type"),
Expand Down

0 comments on commit 0ff386e

Please sign in to comment.