Skip to content

Commit 0178c30

Browse files
committed
Remove Elm syntax whoopsie
1 parent e8e6618 commit 0178c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/src/Http.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ lamderaGetArchive manager url onError err onSuccess =
322322
& (\x ->
323323
case x of
324324
package:version:_ ->
325-
(T.unpack package, T.unpack version |> T.replace "/" "")
325+
(T.unpack package, version & T.replace "/" "" & T.unpack)
326326
_ ->
327327
error $ "unexpected URL parts: " <> show x
328328
)

0 commit comments

Comments
 (0)