fix build

This commit is contained in:
Joey Hess 2013-11-02 19:54:59 -04:00
parent 1de5eb4c81
commit a04fe350b8

View file

@ -44,7 +44,7 @@ list = do
return [r]
gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> Annex (Maybe Remote)
gen r _ _ gc =
gen r _ c gc =
return $ Just Remote {
uuid = webUUID,
cost = expensiveRemoteCost,