mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
Changed test according to comments
This commit is contained in:
parent
f9d5a85f05
commit
4ca71d81cf
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user