Skip to content

Commit 72a77f0

Browse files
authored
modify arguments for sequencer and prover config path (#27)
1 parent d3b6daf commit 72a77f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ impl<C: Config + LogPathProvider> Node<C> {
8989
kind => kind.to_string(),
9090
};
9191
Ok(vec![
92-
format!("--{node_kind_str}-config-path"),
92+
format!("--{node_kind_str}"),
9393
config_path.display().to_string(),
9494
])
9595
})

0 commit comments

Comments
 (0)