Skip to content

Commit 9970bdc

Browse files
committed
fix: Add 16 to stackbrew
1 parent 6943203 commit 9970bdc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

generate-stackbrew-library.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ array_12='12 erbium'
1313
# shellcheck disable=SC2034
1414
array_14='14 fermium lts'
1515
# shellcheck disable=SC2034
16-
array_15='15 latest current'
16+
array_15='15'
17+
# shellcheck disable=SC2034
18+
array_16='16 latest current'
1719

1820
default_variant=$(get_config "./" "default_variant")
1921

0 commit comments

Comments
 (0)