Skip to content

Commit 93aa366

Browse files
committed
update autofill.sh
1 parent 687783f commit 93aa366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/autofill.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ set -e
1414
DIFF_FLAGS='--name-status --find-renames --find-copies --no-color'
1515
CHANGES=$(git diff-index $DIFF_FLAGS HEAD)
1616

17-
# TODO: Make this a global bin path.
17+
# TODO: Make this a global bin path and a bundled file.
1818
MESSAGE=$(node out/cli.js "$CHANGES")
1919
echo "$MESSAGE"

0 commit comments

Comments
 (0)