Skip to content

Commit 01ad089

Browse files
author
github-actions
committed
build: 56697526fa69715ed30c947156fecf5173b0e0c0
1 parent 3730c67 commit 01ad089

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/update-readme.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ for exchange in "${EXCHANGES[@]}"; do
1212
done
1313

1414
# Update README with perl (no temp files)
15-
perl -i -0pe "s/## Exchange Repositories.*?(^##|\Z)/$SECTION\$1/ms" README.md || {
15+
perl -i -0pe "s/## Exchange Repositories.*?(^##|\Z)/$SECTION\$1/ms" ./../README.md || {
1616
# If section doesn't exist, append it
17-
echo "$SECTION" >> README.md
17+
echo "$SECTION" >> ./../README.md
1818
}
1919

2020
# Display the changes
21-
cat README.md
21+
cat ./../README.md

0 commit comments

Comments
 (0)