mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
e33d123c52
commit
1448a000b6
|
@ -34,7 +34,7 @@ listRemotes = do
|
|||
(acc,_, ListVal [SymbolVal "remote", StringLike x] : rest) ->
|
||||
next (acc,Just x, rest)
|
||||
|
||||
(acc, Just x, ListVal [SymbolVal "url", _, RepoURL3 u] : rest) ->
|
||||
(acc, Just x, ListVal [SymbolVal "url", _, RepoURL3 u] : rest) ->
|
||||
next ( (fromString x, u) : acc, Nothing, rest)
|
||||
|
||||
(acc, x, _ : rest) -> next ( acc, x, rest)
|
||||
|
|
Loading…
Reference in New Issue