remotedaemon: Fixed support for notifications of changes to gcrypt remotes, which was never tested and didn't quite work before.

This commit is contained in:
Joey Hess 2016-06-02 16:19:31 -04:00
parent 3b97c09cde
commit 8452ea45ca
Failed to extract signature
2 changed files with 3 additions and 1 deletions

View file

@ -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