We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b94e5f6 commit a5927c3Copy full SHA for a5927c3
scripts/commit.sh
@@ -48,5 +48,5 @@ set -u
48
# Commit only if there is any cached file
49
if ! git diff-index --cached --quiet HEAD; then
50
git add -v $extra_files
51
- git commit -vm "$($rootdir/generate_commit_msg.py)"
+ git commit -vm "$($rootdir/scripts/generate_commit_msg.py)"
52
fi
0 commit comments