diff options
Diffstat (limited to 'Remote/Git.hs')
-rw-r--r-- | Remote/Git.hs | 2 |
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 |