diff options
author | Wei Li <weili@chromium.org> | 2016-07-14 02:14:08 -0700 |
---|---|---|
committer | Wei Li <weili@chromium.org> | 2016-07-14 02:14:08 -0700 |
commit | 0089a685b6eb620ff24170cfddac502901fde495 (patch) | |
tree | ca491e6a71f8249cea2f777e295fba898a1ac268 /infra/config | |
parent | 2bc0f072e752521bee158729f5badea895ed0bb8 (diff) | |
download | pdfium-0089a685b6eb620ff24170cfddac502901fde495.tar.xz |
Fix a typo in cq bot name update
TBR=thestig@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/2148193002 .
Diffstat (limited to 'infra/config')
-rw-r--r-- | infra/config/cq.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index bf3aab25e4..4db1d9a9ff 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -76,7 +76,7 @@ verifiers { experiment_percentage: 100 } builders { - name: "win_xfa_64_rel_gyp" + name: "win_xfa_rel_gyp" } } } |