fix warning
This commit is contained in:
parent
4e0af0e3e8
commit
f4db181d9b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue