Skip to content

Commit 3fd8ca2

Browse files
committed
Merge pull request #175 from chorrell/5.11-fix
Set correct default version for node:5
2 parents c7888be + c37b329 commit 3fd8ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-stackbrew-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ hash git 2>/dev/null || { echo >&2 "git not found, exiting."; }
55

66
array_0_12='0';
77
array_4_4='4 argon';
8-
array_5_10='5';
8+
array_5_11='5';
99
array_6_0='6 latest';
1010

1111
cd $(cd ${0%/*} && pwd -P);

0 commit comments

Comments
 (0)