Skip to content

Commit ab8d668

Browse files
author
Christopher Horrell
committed
fix node:0 alias tag and add node:4 alias tag. Fixes #43
node:4 should be an alias for node:4.0.0 node:0 should be an alias for nod:0.12.7
1 parent da293e6 commit ab8d668

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generate-stackbrew-library.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ set -e
33

44
hash git 2>/dev/null || { echo >&2 "git not found, exiting."; }
55

6-
array_4_0='0 latest';
6+
array_0_12='0';
7+
array_4_0='4 latest';
78

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

0 commit comments

Comments
 (0)