fix(cli): typo in autostart generation

This commit is contained in:
LGUG2Z
2024-01-08 11:09:17 -08:00
parent 5a6dcef7ea
commit f3e41490b2

View File

@@ -1235,7 +1235,7 @@ fn main() -> Result<()> {
let mut arguments = String::from("start");
if let Some(config) = args.config {
arguments.push_str("--config ");
arguments.push_str(" --config ");
arguments.push_str(&config.to_string_lossy());
}