From c3baf8491ef0967ac32ee7b20afc66a32e2c4c73 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sat, 28 Apr 2018 08:46:35 +0200 Subject: [PATCH] fix node 10 tags (#705) --- generate-stackbrew-library.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/generate-stackbrew-library.sh b/generate-stackbrew-library.sh index f892cf00..8c75720f 100755 --- a/generate-stackbrew-library.sh +++ b/generate-stackbrew-library.sh @@ -12,9 +12,13 @@ array_6='6 boron'; # shellcheck disable=SC2034 array_8='8 carbon'; # shellcheck disable=SC2034 -array_9='9 latest'; +array_9='9'; # shellcheck disable=SC2034 -array_chakracore_8='chakracore-8 chakracore'; +array_10='10 latest'; +# shellcheck disable=SC2034 +array_chakracore_8='chakracore-8'; +# shellcheck disable=SC2034 +array_chakracore_10='chakracore-10 chakracore'; cd "$(cd "${0%/*}" && pwd -P)";