Skip to content

Commit

Permalink
mac tm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
solarw committed Dec 20, 2024
1 parent 3efd769 commit f606beb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion operate/services/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def generate_config_tendermint(self) -> "HostDeploymentGenerator":
"""Generate tendermint configuration."""
tmhome = str(self.build_dir / "node")
tendermint_executable = str(
shutil.which("tendermint"),
Path(os.path.dirname(sys.executable)) / "tendermint"
)
# TODO: move all platform related things to a dedicated file
if platform.system() == "Windows":
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@
"download-binaries": "sh download_binaries.sh",
"build:pearl": "sh build_pearl.sh"
},
"version": "0.1.0-rc215"
"version": "0.1.0-rc216"
}
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 = "olas-operate-middleware"
version = "0.1.0-rc215"
version = "0.1.0-rc216"
description = ""
authors = ["David Vilela <dvilelaf@gmail.com>", "Viraj Patel <vptl185@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit f606beb

Please sign in to comment.