Skip to content

Commit 2c07538

Browse files
fix(clis): Update Besu's binary pattern (#1328)
1 parent ab6941d commit 2c07538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ethereum_clis/clis/besu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class BesuTransitionTool(TransitionTool):
2929
"""Besu EvmTool Transition tool frontend wrapper class."""
3030

3131
default_binary = Path("evm")
32-
detect_binary_pattern = re.compile(r"^Hyperledger Besu evm .*$")
32+
detect_binary_pattern = re.compile(r"^Besu evm .*$")
3333
binary: Path
3434
cached_version: Optional[str] = None
3535
trace: bool

0 commit comments

Comments
 (0)