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 a41f728 commit 6fdfa77Copy full SHA for 6fdfa77
scripts/generate_llms.sh
@@ -501,10 +501,10 @@ fi
501
# Debug: print the raw CHANGED_SET to stderr (before any filtering) so we can
502
# verify which paths will be considered for surgical updates.
503
if [[ -s "$CHANGED_SET" ]]; then
504
- echo "Changed paths from compare range (${BASE_REF:-?}...${HEAD_REF:-?}):" >&2
+ echo "Changed paths from compare range (${BASE_REF:-}...${HEAD_REF:-}):" >&2
505
cat "$CHANGED_SET" >&2
506
else
507
- echo "Changed paths set is empty for compare range (${BASE_REF:-?}...${HEAD_REF:-?})" >&2
+ echo "Changed paths set is empty for compare range (${BASE_REF:-}...${HEAD_REF:-})" >&2
508
fi
509
510
# If we have an existing LLMS and a changed set, do TEXT-MODE update (surgical)
0 commit comments