We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b6daf commit 72a77f0Copy full SHA for 72a77f0
src/node.rs
@@ -89,7 +89,7 @@ impl<C: Config + LogPathProvider> Node<C> {
89
kind => kind.to_string(),
90
};
91
Ok(vec![
92
- format!("--{node_kind_str}-config-path"),
+ format!("--{node_kind_str}"),
93
config_path.display().to_string(),
94
])
95
})
0 commit comments