Skip to content

Commit 833afb4

Browse files
committed
<think>
1 parent 117053d commit 833afb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git-commit-push-script.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ if [ -n "$SQUISH_BIN" ]; then
279279
squish_stderr=$(cat /tmp/squish_stderr.txt 2>/dev/null)
280280
rm -f /tmp/squish_response.txt /tmp/squish_stderr.txt
281281

282+
282283
# Extract content from JSON robustly, then strip any CoT tags.
283284
# Prefer jq when available; keep a shell-only fallback.
284285
if command -v jq >/dev/null 2>&1; then

0 commit comments

Comments
 (0)