Skip to content

Commit

Permalink
Merge 67143d0 into 649200a
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Jan 25, 2018
2 parents 649200a + 67143d0 commit 7c201e1
Show file tree
Hide file tree
Showing 4 changed files with 5,115 additions and 1,341 deletions.
2 changes: 1 addition & 1 deletion lib/routes/install.js
Expand Up @@ -61,7 +61,7 @@ function searchMatchingGenerators(app, term, cb) {
}));
}, cb);
}
got('yeoman.io/blacklist.json', {json: true})
got('http://yeoman.io/blacklist.json', {json: true})
.then(response => handleBlacklist(response.body))
.catch(() => handleBlacklist([]));
}
Expand Down

0 comments on commit 7c201e1

Please sign in to comment.