Skip to content

Commit c3baf84

Browse files
authored
fix node 10 tags (#705)
1 parent b11f697 commit c3baf84

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

generate-stackbrew-library.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ array_6='6 boron';
1212
# shellcheck disable=SC2034
1313
array_8='8 carbon';
1414
# shellcheck disable=SC2034
15-
array_9='9 latest';
15+
array_9='9';
1616
# shellcheck disable=SC2034
17-
array_chakracore_8='chakracore-8 chakracore';
17+
array_10='10 latest';
18+
# shellcheck disable=SC2034
19+
array_chakracore_8='chakracore-8';
20+
# shellcheck disable=SC2034
21+
array_chakracore_10='chakracore-10 chakracore';
1822

1923
cd "$(cd "${0%/*}" && pwd -P)";
2024

0 commit comments

Comments
 (0)