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 028dee7 commit 2762541Copy full SHA for 2762541
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