Skip to content

Commit

Permalink
fix(app generator): remove typo from coffeelint:test task's file decl…
Browse files Browse the repository at this point in the history
…aration
  • Loading branch information
cueedee committed Aug 4, 2016
1 parent 89c7a99 commit 578a5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/@Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ module.exports = ( grunt ) ->

test:
files: [
src: '<%= build.test %>**/*.coffee %>'
src: '<%= build.test %>**/*.coffee'
]


Expand Down

0 comments on commit 578a5b4

Please sign in to comment.