Skip to content

Commit

Permalink
Merge pull request #48 from nikromen/rly
Browse files Browse the repository at this point in the history
hotfix release
  • Loading branch information
nikromen authored May 11, 2023
2 parents f157617 + 862c087 commit 39e4329
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion alpa.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: alpa
Version: 0.9.0
Version: 0.9.1
Release: 1%{?dist}
Summary: Integration tool with Alpa repository

Expand Down
4 changes: 1 addition & 3 deletions alpa/config/alpa_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ def get_config(cls) -> "AlpaRepoConfig":
if process.returncode != 0:
raise AlpaConfException(process.stderr)

alpa_config = cls._load_alpa_config(
Path("/home/jkyjovsk/Documents/git/github/alpa/test-branch-repo")
)
alpa_config = cls._load_alpa_config(Path(process.stdout.decode().strip()))
if alpa_config is None:
raise FileNotFoundError("No alpa config file in git root found")

Expand Down
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 = "pyalpa"
version = "0.9.0"
version = "0.9.1"
description = "Integration tool with Alpa repository"
authors = ["Jiri Kyjovsky <[email protected]>"]
maintainers = ["Jiří Kyjovský <[email protected]>"]
Expand Down

0 comments on commit 39e4329

Please sign in to comment.