Skip to content

Commit

Permalink
WIP - Write full path to commit.template config
Browse files Browse the repository at this point in the history
This is done in order to support commiting from git submodules. Fixes rkotze#33
  • Loading branch information
cjlarose committed Jan 10, 2019
1 parent cd74de0 commit 6dddcab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git-message/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function commitTemplatePath() {
return (
process.env.GITMOB_MESSAGE_PATH ||
config.get('commit.template') ||
'.git/.gitmessage'
gitMessagePath()
);
}

Expand Down

0 comments on commit 6dddcab

Please sign in to comment.