Skip to content

Commit

Permalink
Fix: Blacklist redirect (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikkemperman authored and phated committed Dec 21, 2017
1 parent 4c4abfd commit c341b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shared/getBlacklist.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var wreck = require('wreck');

var url = 'http://gulpjs.com/plugins/blackList.json';
var url = 'https://gulpjs.com/plugins/blackList.json';

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

0 comments on commit c341b5e

Please sign in to comment.