Skip to content

Commit

Permalink
fix: update call
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-sun committed May 22, 2024
1 parent 49b2414 commit 1e9c82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AxiomVm.sol
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ contract AxiomVm is Test {
string[] memory cli = new string[](7);
cli[0] = NODE_PATH;
cli[1] = CLI_PATH;
cli[2] = "readCircuit";
cli[2] = "read-circuit";
cli[3] = _circuitPath;
cli[4] = vm.rpcUrl(urlOrAlias);
cli[5] = "--override-query-schema";
Expand Down

0 comments on commit 1e9c82c

Please sign in to comment.