We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6943203 commit 9970bdcCopy full SHA for 9970bdc
1 file changed
generate-stackbrew-library.sh
@@ -13,7 +13,9 @@ array_12='12 erbium'
13
# shellcheck disable=SC2034
14
array_14='14 fermium lts'
15
16
-array_15='15 latest current'
+array_15='15'
17
+# shellcheck disable=SC2034
18
+array_16='16 latest current'
19
20
default_variant=$(get_config "./" "default_variant")
21
0 commit comments