mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
Fix indent at L2672
This commit is contained in:
parent
f9e14b7d4d
commit
3342367981
2
nvm.sh
2
nvm.sh
@ -2669,7 +2669,7 @@ nvm() {
|
|||||||
if [ "_${VERSION:-N/A}" = '_N/A' ] && ! nvm_is_valid_version "$provided_version"; then
|
if [ "_${VERSION:-N/A}" = '_N/A' ] && ! nvm_is_valid_version "$provided_version"; then
|
||||||
provided_version=''
|
provided_version=''
|
||||||
if [ $has_checked_nvmrc -ne 1 ]; then
|
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
|
nvm_rc_version >/dev/null 2>&1 && has_checked_nvmrc=1
|
||||||
else
|
else
|
||||||
nvm_rc_version && has_checked_nvmrc=1
|
nvm_rc_version && has_checked_nvmrc=1
|
||||||
|
Loading…
Reference in New Issue
Block a user