Skip to content

Commit

Permalink
Fix: Use the raw GitHub URL for old blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed May 20, 2020
1 parent d0cf312 commit a3d52f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shared/get-blacklist.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var https = require('https');

var concat = require('concat-stream');

var url = 'https://gulpjs.com/plugins/blackList.json';
var url = 'https://raw.githubusercontent.com/gulpjs/plugins/master/src/blackList.json';

function collect(stream, cb) {
stream.on('error', cb);
Expand Down

0 comments on commit a3d52f2

Please sign in to comment.