diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-02 20:10:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-02 20:10:54 -0400 |
commit | 5d13546a3088559d570d5cd6fd55afc8b52a8a2c (patch) | |
tree | 1385d1310cfa9c384a67e165c4a6a829cefd62a5 /Remote | |
parent | 4c3a314d1f874038806f4b0a529661b7a946fce0 (diff) |
really fix gcrypt for aaf881e8bb22408f671e566ebcd3f59be958a26f
Fixed all the other ones, but forgot to fix gcrypt!
Diffstat (limited to 'Remote')
-rw-r--r-- | Remote/GCrypt.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/GCrypt.hs b/Remote/GCrypt.hs index a421668f8..e1b6811c7 100644 --- a/Remote/GCrypt.hs +++ b/Remote/GCrypt.hs @@ -109,7 +109,7 @@ gen' r u c gc = do , whereisKey = Nothing , remoteFsck = Nothing , repairRepo = Nothing - , config = M.empty + , config = c , localpath = localpathCalc r , repo = r , gitconfig = gc { remoteGitConfig = Just $ extractGitConfig r } |