fix warning

This commit is contained in:
Joey Hess 2016-05-27 11:15:52 -04:00
parent 4e0af0e3e8
commit f4db181d9b
Failed to extract signature

View file

@ -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