Skip to content

Commit

Permalink
fix: using version message bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed Feb 23, 2022
1 parent 6c2cf4d commit 848ad42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nvshim/utils/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def print_using_version(version: str, bin_path: str, nvmrc_path: str = None):
f"Found '{nvmrc_path}' with version <{version}>"
if nvmrc_path
else f"Using <{version}> version",
f"\n.{bin_path}\n",
f"\n{bin_path}\n",
)
_print("".join(messages), level=MessageLevel.QUIET)

Expand Down

0 comments on commit 848ad42

Please sign in to comment.