fix(scripts): correct aichat role syntax
Some checks are pending
Flake checker / Build Nix targets (push) Waiting to run

This commit is contained in:
2026-01-28 14:34:31 +05:30
parent fb7c219cf2
commit 2913f0c8e1

View File

@@ -7,7 +7,7 @@ SHA1=$3
if [[ -z "$COMMIT_SOURCE" ]]
then
DIFF_OUTPUT=$(git diff --cached)
AI_CHAT_OUTPUT=$(echo "$DIFF_OUTPUT" | aichat --role %git-commit%)
AI_CHAT_OUTPUT=$(echo "$DIFF_OUTPUT" | aichat --role git-commit)
CURRENT_MSG=$(cat "$COMMIT_MSG_FILE")
{