From 079ca8b33657da216a8d08a9fae0fd54e488ec71 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 2 Jun 2022 21:33:20 +0200 Subject: git.rs: Add `Error::MirrorAddRemote` variant --- src/git.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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(), -- cgit v1.2.3