Fix indent at L2672

Atsushi Yamamoto 2016-10-08 18:01:27 -07:00
parent f9e14b7d4d
commit 3342367981
1 changed files with 1 additions and 1 deletions

2
nvm.sh
View File

@ -2669,7 +2669,7 @@ nvm() {
if [ "_${VERSION:-N/A}" = '_N/A' ] && ! nvm_is_valid_version "$provided_version"; then
provided_version=''
if [ $has_checked_nvmrc -ne 1 ]; then
if [ -n "${NVM_SILENT-}" ]; then
if [ -n "${NVM_SILENT-}" ]; then
nvm_rc_version >/dev/null 2>&1 && has_checked_nvmrc=1
else
nvm_rc_version && has_checked_nvmrc=1