mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 04:01:47 +00:00
Fix script omitting security section
This commit is contained in:
@@ -3,7 +3,7 @@ before=$(head -n $(
|
||||
perl -pe 's/^(\d+):.*/\1/') "README.md")
|
||||
|
||||
after=$(tail -n +$(
|
||||
grep --context="0" --line-number --max-count="1" "### Contribute" "README.md" |
|
||||
grep --context="0" --line-number --max-count="1" "### Security" "README.md" |
|
||||
perl -pe 's/^(\d+):.*/\1/') "README.md")
|
||||
|
||||
echo "${before}" > "README.md"
|
||||
|
||||
Reference in New Issue
Block a user