really fix gcrypt for 7be69a2491

Fixed all the other ones, but forgot to fix gcrypt!
This commit is contained in:
Joey Hess 2013-11-02 20:10:54 -04:00
parent b2cca95d1c
commit 2203690822

View file

@ -109,7 +109,7 @@ gen' r u c gc = do
, whereisKey = Nothing , whereisKey = Nothing
, remoteFsck = Nothing , remoteFsck = Nothing
, repairRepo = Nothing , repairRepo = Nothing
, config = M.empty , config = c
, localpath = localpathCalc r , localpath = localpathCalc r
, repo = r , repo = r
, gitconfig = gc { remoteGitConfig = Just $ extractGitConfig r } , gitconfig = gc { remoteGitConfig = Just $ extractGitConfig r }