Skip to content

Commit

Permalink
Remove Elm syntax whoopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
supermario committed Nov 23, 2024
1 parent e8e6618 commit 0178c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/src/Http.hs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ lamderaGetArchive manager url onError err onSuccess =
& (\x ->
case x of
package:version:_ ->
(T.unpack package, T.unpack version |> T.replace "/" "")
(T.unpack package, version & T.replace "/" "" & T.unpack)
_ ->
error $ "unexpected URL parts: " <> show x
)
Expand Down

0 comments on commit 0178c30

Please sign in to comment.