Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Apr 30, 2024
1 parent bf7fd51 commit 92bd22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_content_trust/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def build_parser():
"--version",
action="version",
help="Show the conda-content-trust version number and exit.",
version="conda-content-trust %s" % __version__,
version=f"conda-content-trust {__version__}",
)

# Create separate parsers for the subcommands.
Expand Down

0 comments on commit 92bd22b

Please sign in to comment.