diff --git a/ingredients/iron b/ingredients/iron index 891ac14..e4b329a 100644 --- a/ingredients/iron +++ b/ingredients/iron @@ -15,7 +15,7 @@ # ------------------- NodeJS Ecosystem ------------------- -if [ -d $NVM_DIR ]; then +if [ -d "$NVM_DIR" ]; then source $NVM_DIR/nvm.sh source $NVM_DIR/bash_completion fi