Skip to content

Commit a5927c3

Browse files
committed
Fix script dir in commit.sh
1 parent b94e5f6 commit a5927c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/commit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ set -u
4848
# Commit only if there is any cached file
4949
if ! git diff-index --cached --quiet HEAD; then
5050
git add -v $extra_files
51-
git commit -vm "$($rootdir/generate_commit_msg.py)"
51+
git commit -vm "$($rootdir/scripts/generate_commit_msg.py)"
5252
fi

0 commit comments

Comments
 (0)