[Fix] Correct most of the wrong indentation

This commit is contained in:
Peter Dave Hello
2018-02-26 02:20:21 +08:00
committed by Jordan Harband
parent 5f53caadad
commit 750571056c
7 changed files with 55 additions and 55 deletions

View File

@@ -47,7 +47,7 @@ fi
# $PROFILE should override .zshrc profile detection
NVM_DETECT_PROFILE="$(SHELL="/usr/bin/zsh"; PROFILE="test_profile"; nvm_detect_profile)"
if [ "$NVM_DETECT_PROFILE" != "test_profile" ]; then
die "nvm_detect_profile ignored \$PROFILE"
die "nvm_detect_profile ignored \$PROFILE"
fi