Fix syntax error in WPT syncing script.

This commit is contained in:
Josh Matthews 2018-02-01 23:10:45 -05:00 committed by GitHub
parent b5e5a99cb7
commit ee2ef627c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]"