Skip to content

Commit d4611c3

Browse files
committed
api_refs.yaml: Try to fix the \E issue
1 parent dd4d8b9 commit d4611c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api_refs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
#TODO: On 5.0, update tool to handle both PHP & REST APIs
4444
tools/php_api_ref/phpdoc.sh
4545
cat tools/php_api_ref/.phpdoc/template/package-edition-map.twig
46-
sed -i 's//\\\E/' tools/php_api_ref/.phpdoc/template/package-edition-map.twig
46+
perl -pi -e 's/\e/\\E/g' tools/php_api_ref/.phpdoc/template/package-edition-map.twig
4747
cat tools/php_api_ref/.phpdoc/template/package-edition-map.twig
4848
4949
- name: Commit

0 commit comments

Comments
 (0)