Skip to content

Commit a80ef26

Browse files
committed
http->https
1 parent 2580b48 commit a80ef26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/selenium.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141

142142
function httpget(options) {
143143
return Bacon.fromCallback(function(callback) {
144-
http.get(options, function(res){
144+
https.get(options, function(res){
145145
var data = '';
146146

147147
res.on('data', function (chunk){

0 commit comments

Comments
 (0)