Changed test according to comments
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
die () { echo $@ ; exit 1; }
|
||||||
|
|
||||||
. ../../nvm.sh
|
. ../../nvm.sh
|
||||||
nvm current | grep current
|
[[ $(nvm current) == *"current"* ]] || die "Failed to find current version"
|
||||||
|
|||||||
Reference in New Issue
Block a user