summaryrefslogtreecommitdiffstats
path: root/src/commands/source.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/source.rs')
-rw-r--r--src/commands/source.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/source.rs b/src/commands/source.rs
index b806939..00a3ca0 100644
--- a/src/commands/source.rs
+++ b/src/commands/source.rs
@@ -96,7 +96,7 @@ where
let bar = multi.add(progressbars.bar());
if source.path().exists() {
trace!("Exists: {}", source.path().display());
- source.verify_hash().with_context(|| {
+ source.verify_hash().await.with_context(|| {
anyhow!("Hash verification failed for: {}", source.path().display())
})?;