diff --git a/Gruntfile.js b/Gruntfile.js index f05e35914..b655d169d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -13,7 +13,7 @@ module.exports = function(grunt) { githooks: { all: { - 'pre-commit': ['makepot','tests'] + 'pre-commit': 'makepot tests' } },