Skip to content

Commit

Permalink
feat: metadata from Azure -> and searching metadata
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Greenbury <[email protected]>
  • Loading branch information
griff-rees and sgreenbury authored Jul 8, 2024
1 parent 739aa47 commit 3c2af7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ impl RunCommand for MetricsCommand {

let mut sp = Spinner::new(
DEFAULT_PROGRESS_SPINNER,
"Downloading metadata from Azure".into(),
"Downloading and searching metadata".into(),
);
let popgetter = Popgetter::new_with_config(config).await?;
let search_results = popgetter.search(self.search_params_args.clone().into());
Expand Down

0 comments on commit 3c2af7d

Please sign in to comment.