Skip to content

Commit

Permalink
CTX-5921: leftover commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Tintor committed Jul 1, 2024
1 parent 38f2215 commit 743c8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coretex/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def update() -> None:


@click.group(cls = ClickExceptionInterceptor)
@utils.onBeforeCommandExecute(utils.checkLibVersion, excludeOptions = ["update"])
@utils.onBeforeCommandExecute(utils.checkLibVersion, excludeSubcommands = ["update"])
def cli() -> None:
pass

Expand Down

0 comments on commit 743c8aa

Please sign in to comment.