Skip to content

Commit c341b5e

Browse files
erikkempermanphated
authored andcommitted
Fix: Blacklist redirect (#118)
1 parent 4c4abfd commit c341b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/shared/getBlacklist.js

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

33
var wreck = require('wreck');
44

5-
var url = 'http://gulpjs.com/plugins/blackList.json';
5+
var url = 'https://gulpjs.com/plugins/blackList.json';
66

77
function getBlacklist(cb) {
88
wreck.get(url, { json: true }, function(err, res, blacklist) {

0 commit comments

Comments
 (0)