Skip to content

Commit

Permalink
[os] Fix issue regarding nvm dir not being set
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Aug 22, 2015
1 parent 29a094d commit c4f49b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os/install_node_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ declare -r -a NODE_VERSIONS=(

main() {

declare -r NVM_DIRECTORY="$HOME/.nvm"
declare -r CONFIGS='
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Expand All @@ -21,7 +22,6 @@ export NVM_DIR="'$NVM_DIRECTORY'"
[ -f "$NVM_DIR/nvm.sh" ] \
&& source "$NVM_DIR/nvm.sh"
'
declare -r NVM_DIRECTORY="$HOME/.nvm"

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Expand Down

0 comments on commit c4f49b5

Please sign in to comment.