diff --git a/lib/apps/fabro-cli/src/commands/run/runner.rs b/lib/apps/fabro-cli/src/commands/run/runner.rs
index 72044458d..713838555 100644
--- a/lib/apps/fabro-cli/src/commands/run/runner.rs
+++ b/lib/apps/fabro-cli/src/commands/run/runner.rs
@@ -1018,11 +1018,11 @@ impl RunStoreBackend for HttpRunStore {
.await
}
- async fn read_blob(&self, id: &BlobHash) -> Result