mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-06 20:47:53 +00:00
Double == causes error on travis (dash shell)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user