From f4f5564856bf5a7c813bd54ea7896ac1a71b6feb Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Sun, 12 Feb 2017 20:32:52 +0100 Subject: [PATCH] Upgrade URL schema to HTTPS for `list-all` Related to: #16 --- bin/list-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/list-all b/bin/list-all index 7c824e1..a0d5fbd 100755 --- a/bin/list-all +++ b/bin/list-all @@ -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])\.' )