aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTeddy Wing2021-06-12 16:30:57 +0200
committerTeddy Wing2021-06-12 16:30:57 +0200
commitf49b81b6d37709df8bf37a2361315dd3cab90fd7 (patch)
tree0b9d430eed3f383ce966fa7d09a0e031178a1976 /src
parent90086d8bb49733c9599d1e07fd553653021e3299 (diff)
downloadreflectub-f49b81b6d37709df8bf37a2361315dd3cab90fd7.tar.bz2
main: try! error from `process_repo`
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 79ea0fa..cd799ce 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -147,7 +147,7 @@ async fn run() -> anyhow::Result<()> {
&mirror_root,
base_cgitrc,
max_repo_size_bytes,
- );
+ )?;
// });
// joins.push(join);