Skip to content

Commit

Permalink
chore: fix typo (#393)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 authored Jan 17, 2025
1 parent 51b6098 commit 9f7cf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub fn map_repositories<F>(repositories: &[Repository], threads: usize, f: F) ->
where
F: Fn(&Repository, &ProgressBar) -> anyhow::Result<()> + std::marker::Sync,
{
// Create our progress bar. We use Arc here as we need to share the MutliProgress across
// Create our progress bar. We use Arc here as we need to share the MultiProgress across
// more than 1 thread (described below)
let progress = Arc::new(MultiProgress::new());
// Create our total progress bar used with `.progress_iter()`.
Expand Down

0 comments on commit 9f7cf25

Please sign in to comment.