mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-26 05:21:00 +00:00
Fixed spelling error in instance command (#438)
This commit is contained in:
parent
5880dc1957
commit
8696185d1e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ pub fn run<'a>(args: &ArgMatches<'a>, conn: &Connection) {
|
||||||
let conn = conn;
|
let conn = conn;
|
||||||
match args.subcommand() {
|
match args.subcommand() {
|
||||||
("new", Some(x)) => new(x, conn),
|
("new", Some(x)) => new(x, conn),
|
||||||
_ => println!("Unknwon subcommand"),
|
_ => println!("Unknown subcommand"),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue