Skip to content

Commit

Permalink
IOG: clarify IOHK version
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Sep 18, 2021
1 parent 07e4587 commit af777b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/main/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def _help_and_exit(


def cli(args: List[str]) -> None:
_log(f"Makes v{VERSION}-{sys.platform}")
_log(f"Makes v{VERSION}-{sys.platform} (IOHK)")
_log()
if not args[1:]:
_help_and_exit()
Expand Down

0 comments on commit af777b2

Please sign in to comment.