From 565dc527ccb14baaed0fe6fe89b73b6048e5d87f Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Fri, 23 Feb 2018 16:18:58 -0500 Subject: [PATCH] [provisioning] clean up recipes --- recipes/elm | 1 + recipes/haskell | 1 + 2 files changed, 2 insertions(+) diff --git a/recipes/elm b/recipes/elm index aedc71e..5f98307 100644 --- a/recipes/elm +++ b/recipes/elm @@ -1,4 +1,5 @@ #!/bin/bash +set +e _recipe nvm _npm elm-oracle diff --git a/recipes/haskell b/recipes/haskell index 1c94d0a..43d068b 100644 --- a/recipes/haskell +++ b/recipes/haskell @@ -1,3 +1,4 @@ #!/bin/bash +set +e _brew haskell-stack