aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorTeddy Wing2022-06-04 19:15:35 +0200
committerTeddy Wing2022-06-04 19:15:35 +0200
commit57cd001192adc095843af0c18044ff996fca0480 (patch)
tree0bc91c1c3b41abe4cfccf039d6f5c64bb55b5ae1 /src/main.rs
parent627d6c7e2b0e218213fa2a9c19036489c66c3141 (diff)
parent6fe38d83ec90f5adb411706ed23d9a8b2929aed8 (diff)
downloadreflectub-57cd001192adc095843af0c18044ff996fca0480.tar.bz2
Merge branch 'make-errors-more-traceable-2'
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 6ff441b..61996e8 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,4 +1,4 @@
-// Copyright (c) 2021 Teddy Wing
+// Copyright (c) 2021, 2022 Teddy Wing
//
// This file is part of Reflectub.
//
@@ -241,7 +241,7 @@ where
P2: AsRef<Path>,
{
git::mirror(
- &repo.git_url,
+ &repo.clone_url,
&clone_path,
repo.description(),
&repo.default_branch,