Skip to content

Commit fa91ba5

Browse files
committed
chore: revert to config path.
1 parent 48ea64f commit fa91ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/movement-aptos/movement-aptos-core/src/movement_aptos.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ where
106106

107107
let command = Command::line(
108108
"aptos",
109-
vec!["node", "run-localnet", "--test-config-override", &config_path.to_string_lossy()],
109+
vec!["node", "run-localnet", "--config-path", &config_path.to_string_lossy()],
110110
Some(&self.workspace),
111111
false,
112112
vec![],

0 commit comments

Comments
 (0)