aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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(),