From aaf881e8bb22408f671e566ebcd3f59be958a26f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 2 Nov 2013 16:37:28 -0400 Subject: gcrypt, bup: Fix bug that prevented using these special remotes with encryption=pubkey. I think both of these are all that's affected, but I went ahead and fixed all the remotes that set their config to M.empty to instead store the actual config. Who knows what will expect it to be actually present in future, the Remote instance of getGpgEncParams came to.. --- Remote/Rsync.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Remote/Rsync.hs') diff --git a/Remote/Rsync.hs b/Remote/Rsync.hs index 6bc5fd78f..91638de98 100644 --- a/Remote/Rsync.hs +++ b/Remote/Rsync.hs @@ -81,7 +81,7 @@ gen r u c gc = do , whereisKey = Nothing , remoteFsck = Nothing , repairRepo = Nothing - , config = M.empty + , config = c , repo = r , gitconfig = gc , localpath = if islocal -- cgit v1.2.3