Browse Source

iron fix

main
Zen 3 years ago
parent
commit
f3d62f3454
  1. 2
      ingredients/iron

2
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

Loading…
Cancel
Save