Skip to content

Commit

Permalink
Remove marked redos filter
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Jan 30, 2015
1 parent cf00b11 commit 4ad715b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsp.js
Expand Up @@ -25,7 +25,7 @@ function updateAdvisories (cb) {
if (er) return cb(er)

var tasks = files.filter(function (a) {
return a.name != "template.md" && a.name != "marked_redos.md"
return a.name != "template.md"
}).map(function (a) {
return function (cb) {
request.get(rawUrl + "/" + a.name, function (er, res, md) {
Expand Down

0 comments on commit 4ad715b

Please sign in to comment.