Skip to content

Commit 39cbec1

Browse files
Remove internal handoff wording from Waterline alpha.65 public release metadata (#182)
1 parent 81cdfe1 commit 39cbec1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/check-public-boundary.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ file_patterns=(
2424
"$(pattern_from_hex 7a6f72706f726174696f6e2f)"
2525
"$(pattern_from_hex 2f686f6d652f7673636f6465)"
2626
"$(pattern_from_hex 2f686f6d652f6c61622f776f726b73706163652d6871)"
27+
"$(pattern_from_hex 5b63726f73732d7265706f2066726f6d20)"
2728
)
2829

2930
metadata_patterns=(
@@ -53,7 +54,7 @@ for pattern in "${file_patterns[@]}"; do
5354
[[ -n "${file:-}" ]] || continue
5455
printf 'public-boundary: forbidden file content at %s:%s\n' "$file" "$line" >&2
5556
status=1
56-
done < <(git grep -n -I -e "$pattern" -- "${pathspec[@]}" || true)
57+
done < <(git grep -n -I -F -e "$pattern" -- "${pathspec[@]}" || true)
5758
done
5859

5960
if [[ -n "${PUBLIC_BOUNDARY_GIT_RANGE:-}" ]]; then

0 commit comments

Comments
 (0)