summaryrefslogtreecommitdiff
path: root/Remote/Git.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Remote/Git.hs')
-rw-r--r--Remote/Git.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Git.hs b/Remote/Git.hs
index 403c91b4f..e0534c2e6 100644
--- a/Remote/Git.hs
+++ b/Remote/Git.hs
@@ -284,7 +284,7 @@ tryGitConfigRead autoinit r
setremote setter v = case Git.remoteName r of
Nothing -> noop
- Just n -> setter r v
+ Just _ -> setter r v
handlegcrypt Nothing = return r
handlegcrypt (Just _cacheduuid) = do