fix build
This commit is contained in:
parent
1de5eb4c81
commit
a04fe350b8
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue