From ccd044ed862e02fd9aae935c150d74d108b50a55 Mon Sep 17 00:00:00 2001 From: Hugues Malphettes Date: Fri, 30 Oct 2015 12:40:11 +0800 Subject: [PATCH] Dont use the `lts` tag --- generate-stackbrew-library.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-stackbrew-library.sh b/generate-stackbrew-library.sh index 73a2dd2c..b2dc87a1 100755 --- a/generate-stackbrew-library.sh +++ b/generate-stackbrew-library.sh @@ -4,7 +4,7 @@ set -e hash git 2>/dev/null || { echo >&2 "git not found, exiting."; } array_0_12='0'; -array_4_2='4 lts argon'; +array_4_2='4 argon'; array_5_0='5 latest'; cd $(cd ${0%/*} && pwd -P);