Skip to content

Commit

Permalink
Avoid duplicate error codes when opening WPT PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Feb 12, 2018
1 parent 97b218d commit c515057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/ci/update-wpt-checkout
Expand Up @@ -116,7 +116,7 @@ EOF
curl -H "Authorization: token ${WPT_SYNC_TOKEN}" \
-H "Content-Type: application/json" \
--data @prdata.json \
https://api.github.com/repos/servo/servo/pulls || return 4
https://api.github.com/repos/servo/servo/pulls || return 5
}

function pull_from_upstream() {
Expand Down

0 comments on commit c515057

Please sign in to comment.