Skip to content

Commit

Permalink
Updated demo grunt task for new file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Spencer committed Oct 25, 2016
1 parent d123fbc commit c14bb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = function (grunt) {
demo: {
options: {
configuration: grunt.file.readJSON('./test/fixtures/tslint.json'),
formatter: path.resolve('./teamcity')
formatter: path.resolve('./TSHintTeamcityFormatter')
},
src: ['./test/fixtures/files/**/*.ts']
}
Expand Down

0 comments on commit c14bb21

Please sign in to comment.