aboutsummaryrefslogtreecommitdiff
path: root/RemoteDaemon
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-06-02 16:19:31 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-06-02 16:19:31 -0400
commitb986b85cec119403c1a62fc268e26ff948de9fca (patch)
tree1945ce31579c1e2fa41a87ced3c0ab43439eadbd /RemoteDaemon
parentd8b894c5cbb430c17e61f8c2d001c03b567bfb12 (diff)
remotedaemon: Fixed support for notifications of changes to gcrypt remotes, which was never tested and didn't quite work before.
Diffstat (limited to 'RemoteDaemon')
-rw-r--r--RemoteDaemon/Core.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/RemoteDaemon/Core.hs b/RemoteDaemon/Core.hs
index a861ec29b..e74da889b 100644
--- a/RemoteDaemon/Core.hs
+++ b/RemoteDaemon/Core.hs
@@ -126,7 +126,7 @@ genRemoteMap h@(TransportHandle g _) ochan =
_ -> return Nothing
_ -> return Nothing
where
- gc = extractRemoteGitConfig r (Git.repoDescribe r)
+ gc = extractRemoteGitConfig g (Git.repoDescribe r)
genTransportHandle :: IO TransportHandle
genTransportHandle = do