1
mirror of https://github.com/pure-css/pure synced 2024-12-21 02:25:54 +01:00

Merge pull request #38 from davidl/patch-1

Typo in grunt.log message
This commit is contained in:
Tilo 2013-05-29 17:41:12 -07:00
commit 5b96d92885

View File

@ -276,7 +276,7 @@ grunt.registerMultiTask('license', 'Stamps license banners on files.', function
});
});
grunt.log.writeln('Stampped license on ' + String(tally).cyan + ' files.');
grunt.log.writeln('Stamped license on ' + String(tally).cyan + ' files.');
});
// -- Contextualize Task -------------------------------------------------------