Skip to content

Commit

Permalink
modify binary command
Browse files Browse the repository at this point in the history
  • Loading branch information
kokocan12 committed Jun 28, 2022
1 parent aae08ea commit dfdf096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git-commit-msg-validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const path = require('path');

const START_TEXT = "# GIT_COMMIT_MSG_VALIDATOR_START";
const END_TEXT = "# GIT_COMMIT_MSG_VALIDATOR_END";
const RUN_HOOK = "git-commit-msg-validator-run-hook";
const RUN_HOOK = "./node_modules/.bin/git-commit-msg-validator-run-hook";

function getPackageJson(projectPath = process.cwd()) {
if (typeof projectPath !== "string") {
Expand Down

0 comments on commit dfdf096

Please # to comment.