summaryrefslogtreecommitdiff
path: root/Remote/GCrypt.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-02 20:10:54 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-02 20:10:54 -0400
commit5d13546a3088559d570d5cd6fd55afc8b52a8a2c (patch)
tree1385d1310cfa9c384a67e165c4a6a829cefd62a5 /Remote/GCrypt.hs
parent4c3a314d1f874038806f4b0a529661b7a946fce0 (diff)
Fixed all the other ones, but forgot to fix gcrypt!
Diffstat (limited to 'Remote/GCrypt.hs')
-rw-r--r--Remote/GCrypt.hs2
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 }