aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 71fb5fd64..699b1c999 100644
--- a/package.json
+++ b/package.json
@@ -111,7 +111,7 @@
},
"husky": {
"hooks": {
- "commit-msg": "node node_modules/commitplease",
+ "commit-msg": "commitplease .git/COMMIT_EDITMSG",
"pre-commit": "grunt lint:newer qunit_fixture"
}
}