Skip to content

Commit

Permalink
Fix: Always use the latest version of NVM (#10586)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjorbin authored and pento committed Oct 16, 2018
1 parent 6e381ed commit 6e9c18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install-node-nvm.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
NVM_VERSION="v0.33.8"
NVM_VERSION=`curl -Ls -w %{url_effective} -o /dev/null https://github.com/creationix/nvm/releases/latest | rev | cut -d '/' -f 1 | rev`

# Exit if any command fails
set -e
Expand Down

0 comments on commit 6e9c18f

Please sign in to comment.