Skip to content

Commit

Permalink
Upgrade URL schema to HTTPS for list-all
Browse files Browse the repository at this point in the history
Related to: asdf-vm#16
  • Loading branch information
ypid committed Feb 12, 2017
1 parent 57cd6aa commit f4f5564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/list-all
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

echo $(
curl --silent http://semver.io/node/versions \
curl --silent https://semver.io/node/versions \
| grep -E -v '^0\.([0-9])\.'
)

0 comments on commit f4f5564

Please sign in to comment.