Skip to content

Commit

Permalink
Correct cli name in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Nov 12, 2024
1 parent 3682b82 commit db692c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/higlass_schema/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ def check(args: argparse.Namespace) -> None:
console.print_exception()

console.print(
f"{msg} Run [white]`hgschema check --verbose`[/white] for more details.",
f"{msg} Run [white]`higlass-schema check --verbose`[/white] for "
"more details.",
style="yellow",
)
sys.exit(1)
Expand Down

0 comments on commit db692c5

Please sign in to comment.