fix: build cmd

This commit is contained in:
zach
2025-09-24 17:26:49 +08:00
committed by Zach
parent eaca47479b
commit 486bd0c9e9

View File

@@ -46,7 +46,7 @@ class AdapterContractBuilder:
try:
# Running the bash script with the provided arguments
result = subprocess.run(
[script_path, "-c", adapter_contract, "-s", signature, "-a", args],
cmd,
cwd=self.src_path,
capture_output=True,
text=True,