Skip to content

Commit

Permalink
hotfix: wrong env var for ihp repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Jan 8, 2025
1 parent 448f87f commit 3b35e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "volare"
version = "0.20.0"
version = "0.20.1"
description = "An PDK builder/version manager for PDKs in the open_pdks format"
authors = ["Efabless Corporation and Contributors <[email protected]>"]
readme = "Readme.md"
Expand Down
2 changes: 1 addition & 1 deletion volare/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def api(self):

ihp_repo = RepoInfo(
os.getenv("IHP_REPO_OWNER", "IHP-GmbH"),
os.getenv("IHP_REPO_OWNER", "IHP-Open-PDK"),
os.getenv("IHP_REPO_NAME", "IHP-Open-PDK"),
)


Expand Down

0 comments on commit 3b35e95

Please sign in to comment.