mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 20:43:41 +00:00
Embassy-init typo (#1959)
* fixes a typo. * fixing build error * undo tokio change * undo change * undo change * undo disk.rs * fixes a typo. * undo disk.rs * test
This commit is contained in:
committed by
Aiden McClelland
parent
f7c5e64fbc
commit
b40be8c494
@@ -235,7 +235,7 @@ async fn inner_main(cfg_path: Option<PathBuf>) -> Result<Option<Shutdown>, Error
|
||||
}
|
||||
|
||||
fn main() {
|
||||
let matches = clap::App::new("embassyd")
|
||||
let matches = clap::App::new("embassy-init")
|
||||
.arg(
|
||||
clap::Arg::with_name("config")
|
||||
.short('c')
|
||||
|
||||
Reference in New Issue
Block a user