From 894694cf9d027ffa0037587ce71ed5acf2e0b3dd Mon Sep 17 00:00:00 2001 From: Edan Schwartz Date: Thu, 3 Jul 2014 09:20:49 -0500 Subject: [PATCH] Fix grunt shell:ignore-closure-linter-changes - was using a git alias --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index dac1fece..26b6a14f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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/' } },