File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ function should-fallback-npm() {
26
26
[ " $status " -eq 0 ]
27
27
[ " ${lines[1]} " = " No standalone releases for $2 ." ]
28
28
[ " ${lines[2]} " = " Falling back to installation from npm." ]
29
- [ " ${lines[3]} " = " Installing latest from npm." ]
29
+ [ " ${lines[3]} " = " Installing v $VERSION from npm." ]
30
30
[ " ${lines[-6]} " = " npm package has been installed." ]
31
31
}
32
32
33
33
function should-use-npm() {
34
34
YARN_PATH=true DISTRO=$1 ARCH=$2 OS=linux run " $SCRIPT " --dry-run
35
35
[ " $status " -eq 0 ]
36
- [ " ${lines[1]} " = " Installing latest from npm." ]
36
+ [ " ${lines[1]} " = " Installing v $VERSION from npm." ]
37
37
[ " ${lines[-6]} " = " npm package has been installed." ]
38
38
}
39
39
@@ -51,7 +51,7 @@ function should-fallback-npm-brew() {
51
51
[ " ${lines[2]} " = " Falling back to standalone installation." ]
52
52
[ " ${lines[3]} " = " No standalone releases for $1 ." ]
53
53
[ " ${lines[4]} " = " Falling back to installation from npm." ]
54
- [ " ${lines[5]} " = " Installing latest from npm." ]
54
+ [ " ${lines[5]} " = " Installing v $VERSION from npm." ]
55
55
[ " ${lines[-6]} " = " npm package has been installed." ]
56
56
}
57
57
You can’t perform that action at this time.
0 commit comments