We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3730c67 commit 01ad089Copy full SHA for 01ad089
build/update-readme.sh
@@ -12,10 +12,10 @@ for exchange in "${EXCHANGES[@]}"; do
12
done
13
14
# Update README with perl (no temp files)
15
-perl -i -0pe "s/## Exchange Repositories.*?(^##|\Z)/$SECTION\$1/ms" README.md || {
+perl -i -0pe "s/## Exchange Repositories.*?(^##|\Z)/$SECTION\$1/ms" ./../README.md || {
16
# If section doesn't exist, append it
17
- echo "$SECTION" >> README.md
+ echo "$SECTION" >> ./../README.md
18
}
19
20
# Display the changes
21
-cat README.md
+cat ./../README.md
0 commit comments