Skip to content

Commit

Permalink
🐛 fix missing check_version arg
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Jul 11, 2024
1 parent e17314e commit dc5dc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ozi/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
'--check-version',
action='store_const',
default=lambda: None,
const=lambda v: check_version(v),
const=lambda: check_version(__version__),
help=check_version.__doc__,
)
helpers.add_argument( # pragma: no cover
Expand Down

0 comments on commit dc5dc41

Please sign in to comment.