Skip to content

Commit 2a8b112

Browse files
committed
update autofill-hook.sh
1 parent 5900185 commit 2a8b112

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shell/autofill-hook.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ if [ "$COMMIT_SOURCE" = 'template']; then
3030
fi
3131

3232
CHANGES=$(git diff-index --name-status HEAD)
33+
# TODO: Make this a global bin path and a bundled file.
3334
MESSAGE=$(node out/cli.js "$CHANGES")
3435

3536
if [ "$1" = '-p' ]; then

0 commit comments

Comments
 (0)