mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-26 03:27:59 +00:00
Remove useless trailing newlines
This commit is contained in:
@@ -9,4 +9,3 @@ die () { echo "$@" ; exit 1; }
|
||||
[ "$(nvm_version_dir new)" = "$(nvm_version_dir)" ] || die '"nvm_version_dir new" did not return new dir path'
|
||||
[ "$(nvm_version_dir old)" = "$NVM_DIR" ] || die '"nvm_version_dir old" did not return old dir path'
|
||||
[ "$(nvm_version_dir foo 2>&1)" = "unknown version dir" ] || die '"nvm_version_dir foo" did not error out'
|
||||
|
||||
|
Reference in New Issue
Block a user