Skip to content

Commit 6be4117

Browse files
committed
0.12.1
1 parent 0533caf commit 6be4117

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nodeenv.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:license: BSD, see LICENSE for more details.
1111
"""
1212

13-
nodeenv_version = '0.12.0'
13+
nodeenv_version = '0.12.1'
1414

1515
import sys
1616
import os
@@ -743,7 +743,7 @@ def get_last_stable_node_version():
743743
"""
744744
Return last stable node.js version
745745
"""
746-
response = urlopen('http://%s/dist/latest/' % (src_domain))
746+
response = urlopen('https://%s/dist/latest/' % (src_domain))
747747
href_parser = GetsAHrefs()
748748
href_parser.feed(response.read().decode('UTF-8'))
749749

0 commit comments

Comments
 (0)