mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Fix syntax error in WPT syncing script.
This commit is contained in:
parent
b5e5a99cb7
commit
ee2ef627c8
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ function unsafe_open_pull_request() {
|
||||||
|
|
||||||
# Prepare the pull request metadata.
|
# Prepare the pull request metadata.
|
||||||
BODY=":warning: Do not merge this PR without verifying that it "
|
BODY=":warning: Do not merge this PR without verifying that it "
|
||||||
BODY+="is not overwriting local changes to web-platform-tests. :warning:\n\n
|
BODY+="is not overwriting local changes to web-platform-tests. :warning:\n\n"
|
||||||
BODY+="Automated downstream sync of changes from upstream as of "
|
BODY+="Automated downstream sync of changes from upstream as of "
|
||||||
BODY+="${CURRENT_DATE}.\n"
|
BODY+="${CURRENT_DATE}.\n"
|
||||||
BODY+="[no-wpt-sync]"
|
BODY+="[no-wpt-sync]"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue