Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #21 from addyosmani/cli-tweak
Browse files Browse the repository at this point in the history
drop `Report for` prefix from CLI header
  • Loading branch information
addyosmani committed Dec 23, 2014
2 parents 465e675 + 1f2c981 commit dc88be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ eachAsync(urls, function (url, i, next) {
var passes = '';
var failures = '';

console.log(chalk.underline(chalk.cyan('\nReport for ' + url.replace(/^http:\/\//, '') + '\n')));
console.log(chalk.underline(chalk.cyan('\n' + url.replace(/^http:\/\//, '') + '\n')));

reports.audit.forEach(function (el) {
if (el.result === 'PASS') {
Expand Down

0 comments on commit dc88be2

Please sign in to comment.