diff --git a/lib/commit-template.js b/lib/commit-template.js index 38ef2f2..ea8ec75 100644 --- a/lib/commit-template.js +++ b/lib/commit-template.js @@ -5,7 +5,7 @@ const path = require('path'); const file = process.argv[2] || '.commit-msg'; -const params = (process.env.GIT_PARAMS || '').split(' '); +const params = (process.env.HUSKY_GIT_PARAMS || '').split(' '); const msg = async () => { try {