aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTeddy Wing2022-06-02 21:33:20 +0200
committerTeddy Wing2022-06-02 21:33:20 +0200
commit079ca8b33657da216a8d08a9fae0fd54e488ec71 (patch)
tree88449c21c65d0df7041e75a520d9a4a7fd78f8c3 /src
parentbde733890aeea0a1bbbdcbc1ad14fe05ed58661a (diff)
downloadreflectub-079ca8b33657da216a8d08a9fae0fd54e488ec71.tar.bz2
git.rs: Add `Error::MirrorAddRemote` variant
Diffstat (limited to 'src')
-rw-r--r--src/git.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/git.rs b/src/git.rs
index 684cb66..66e91fc 100644
--- a/src/git.rs
+++ b/src/git.rs
@@ -27,8 +27,7 @@ use std::path::Path;
pub enum Error {
MirrorCreateRepo(),
MirrorConfig(),
- // What is remote_with_fetch?
- // A: Add a remote with the provided refspec to the repository's config
+ MirrorAddRemote(),
MirrorFetch(),
UpdateOpenRepo(),