mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-01 05:02:39 +00:00
Fix duplicate methods when updating readme
This commit is contained in:
@@ -38,7 +38,7 @@ common_fns="$(
|
||||
|
||||
echo "${curl_fns}
|
||||
${multicurl_fns}
|
||||
${common_fns}" | sort >> "README.md"
|
||||
${common_fns}" | sort | uniq >> "README.md"
|
||||
|
||||
echo '```' >> "README.md"
|
||||
echo >> "README.md"
|
||||
|
||||
Reference in New Issue
Block a user