This commit is contained in:
voidlizard 2025-01-30 10:11:46 +03:00
parent e33d123c52
commit 1448a000b6
1 changed files with 1 additions and 1 deletions

View File

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