Skip to content

Commit 6fdfa77

Browse files
0xHieu01Copilot
andauthored
chore: Update scripts/generate_llms.sh
Co-authored-by: Copilot <[email protected]>
1 parent a41f728 commit 6fdfa77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/generate_llms.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,10 +501,10 @@ fi
501501
# Debug: print the raw CHANGED_SET to stderr (before any filtering) so we can
502502
# verify which paths will be considered for surgical updates.
503503
if [[ -s "$CHANGED_SET" ]]; then
504-
echo "Changed paths from compare range (${BASE_REF:-?}...${HEAD_REF:-?}):" >&2
504+
echo "Changed paths from compare range (${BASE_REF:-}...${HEAD_REF:-}):" >&2
505505
cat "$CHANGED_SET" >&2
506506
else
507-
echo "Changed paths set is empty for compare range (${BASE_REF:-?}...${HEAD_REF:-?})" >&2
507+
echo "Changed paths set is empty for compare range (${BASE_REF:-}...${HEAD_REF:-})" >&2
508508
fi
509509

510510
# If we have an existing LLMS and a changed set, do TEXT-MODE update (surgical)

0 commit comments

Comments
 (0)