Skip to content

Commit

Permalink
Fix: scannerctl subcommand (#1819)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola authored Jan 16, 2025
1 parent 5c1828b commit 8898ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/scannerctl/osp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ where
}

pub async fn run(root: &clap::ArgMatches) -> Option<Result<(), CliError>> {
let (args, _) = crate::get_args_set_logging(root, "ospd")?;
let (args, _) = crate::get_args_set_logging(root, "osp")?;

let feed = match args.get_one::<PathBuf>("path") {
Some(feed) => {
Expand Down

0 comments on commit 8898ba0

Please sign in to comment.