Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into ihp
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Jan 8, 2025
2 parents 50c862e + 50b53e4 commit 64b8262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volare/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def path_cmd(pdk_root, pdk, version):
version = Version(version, pdk)
print(version.get_dir(pdk_root), end="")
else:
print(get_volare_home())
print(get_volare_home(pdk_root))


@click.command("enable")
Expand Down

0 comments on commit 64b8262

Please sign in to comment.