From 027b562aa3797d26fcaa60466239b041ee50a54e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 30 Mar 2015 12:23:12 +0300 Subject: [PATCH] Typo --- Handler/BuildPlan.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Handler/BuildPlan.hs b/Handler/BuildPlan.hs index 9f70521..f487b33 100644 --- a/Handler/BuildPlan.hs +++ b/Handler/BuildPlan.hs @@ -73,7 +73,7 @@ download ltsVer dest = do -} [ "https://cdn.rawgit.com/fpco/lts-haskell/master/lts-" , ltsVer - , "1.14.yaml" + , ".yaml" ] withResponse req $ \res -> liftIO $ F.withFile dest F.WriteMode $ \h -> responseBody res $$ sinkHandle h