Skip to content

Commit

Permalink
Fix grunt shell:ignore-closure-linter-changes
Browse files Browse the repository at this point in the history
- was using a git alias
  • Loading branch information
Edan Schwartz committed Jul 3, 2014
1 parent 7854934 commit 894694c
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 @@ -367,7 +367,7 @@ module.exports = function(grunt) {
},

'ignore-closer-linter-changes': {
command: 'git co -- node_modules/closure-linter-wrapper/'
command: 'git checkout -- node_modules/closure-linter-wrapper/'
}
},

Expand Down

0 comments on commit 894694c

Please sign in to comment.