mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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.
|
||||
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+="${CURRENT_DATE}.\n"
|
||||
BODY+="[no-wpt-sync]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue