summaryrefslogtreecommitdiffstats
path: root/src/commands/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/build.rs')
-rw-r--r--src/commands/build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/build.rs b/src/commands/build.rs
index c0c2f59..7d7f96a 100644
--- a/src/commands/build.rs
+++ b/src/commands/build.rs
@@ -179,7 +179,7 @@ pub async fn build(matches: &ArgMatches,
if matches.is_present("no_verification") {
warn!("No hash verification will be performed");
} else {
- crate::commands::source::verify_impl(tree.all_packages().into_iter(), &source_cache)
+ crate::commands::source::verify_impl(tree.all_packages().into_iter(), &source_cache, &progressbars)
.await?;
}