Skip to content

Commit 9ad5458

Browse files
committed
Fix script omitting security section
1 parent cbfbd66 commit 9ad5458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_readme_methods.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ before=$(head -n $(
33
perl -pe 's/^(\d+):.*/\1/') "README.md")
44

55
after=$(tail -n +$(
6-
grep --context="0" --line-number --max-count="1" "### Contribute" "README.md" |
6+
grep --context="0" --line-number --max-count="1" "### Security" "README.md" |
77
perl -pe 's/^(\d+):.*/\1/') "README.md")
88

99
echo "${before}" > "README.md"

0 commit comments

Comments
 (0)