diff --git a/src/ethereum_spec_tools/patch_tool.py b/src/ethereum_spec_tools/patch_tool.py index 46f5a975c2..21813fbaf6 100644 --- a/src/ethereum_spec_tools/patch_tool.py +++ b/src/ethereum_spec_tools/patch_tool.py @@ -32,7 +32,7 @@ def main() -> None: options = parser.parse_args() if not options.prefix: - options.prefix = "src/ethereum/" + options.prefix = "src/ethereum/forks/" source_fork_path = options.prefix + options.source_fork[0]