mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-06-27 03:28:43 +00:00
Double == causes error on travis (dash shell)
This commit is contained in:
parent
4f9324c439
commit
ae4c841742
@ -3,4 +3,4 @@
|
||||
die () { echo $@ ; exit 1; }
|
||||
|
||||
. ../../nvm.sh
|
||||
[ "$(nvm current)" == `node -v` ] || die "Failed to find current version"
|
||||
[ "$(nvm current)" = `node -v` ] || die "Failed to find current version"
|
||||
|
Loading…
Reference in New Issue
Block a user