aboutsummaryrefslogtreecommitdiff
path: root/Remote/Git.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-05-27 11:15:52 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-05-27 11:15:52 -0400
commite184360d5d2225b50117b0deddb28c0537dfb181 (patch)
tree18fe93ca3fff1fa802c8b45f12e786602f9d559c /Remote/Git.hs
parentfb8fdec166d5a738e235353d874f6207a94539e7 (diff)
fix warning
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