Skip to content

Commit 1310630

Browse files
authored
Merge pull request #1468 from nschonni/16-stackbrew
fix: Add 16 to stackbrew
2 parents 6943203 + 9970bdc commit 1310630

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)