Skip to content

Commit

Permalink
update command matching
Browse files Browse the repository at this point in the history
  • Loading branch information
bonedaddy committed Aug 23, 2021
1 parent d654ec7 commit 5afc36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async fn process_matches<'a>(
}
_ => return Err(anyhow!("failed to match subcommand")),
},
("crank", Some(run_crank)) => {
("run", Some(run_crank)) => {
let cfg = Arc::new(config::Configuration::load(
config_file_path.as_str(),
false,
Expand Down

0 comments on commit 5afc36b

Please sign in to comment.