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 687783f commit 93aa366Copy full SHA for 93aa366
shell/autofill.sh
@@ -14,6 +14,6 @@ set -e
14
DIFF_FLAGS='--name-status --find-renames --find-copies --no-color'
15
CHANGES=$(git diff-index $DIFF_FLAGS HEAD)
16
17
-# TODO: Make this a global bin path.
+# TODO: Make this a global bin path and a bundled file.
18
MESSAGE=$(node out/cli.js "$CHANGES")
19
echo "$MESSAGE"
0 commit comments