Skip to content

Commit

Permalink
Update exasol/toolbox/tools/security.py
Browse files Browse the repository at this point in the history
Co-authored-by: Torsten Kilias <tkilias@users.noreply.github.com>
  • Loading branch information
Nicoretti and tkilias authored Jan 26, 2024
1 parent ccd2be5 commit f21d64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exasol/toolbox/tools/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def create(
default="-", mode="r", help="file of cve's in the jsonl format"
),
project: str = typer.Option(
default="", help="Project the crated ticket shall be associated with."
default="", help="Project the created ticket shall be associated with."
),
) -> None:
"""
Expand Down

0 comments on commit f21d64f

Please sign in to comment.