1
0
Fork 0

Rename forgotten variable

This commit is contained in:
Malte Brandy 2020-05-16 18:06:48 +02:00
parent 07e3703c4b
commit c481116df0
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -21,7 +21,7 @@ let
checkout path = do
(decodeUtf8 -> repoDir) <- mktemp "-d" |> captureTrim
git "clone" path repoDir
pure dir
pure repoDir
main = do
mirrorMay <- lookupEnv "GL_OPTION_MIRROR"