diff options
author | Mary Ruthven <mruthven@chromium.org> | 2020-12-22 07:40:57 +1100 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2020-12-22 21:02:11 +0000 |
commit | dbe87fb73f561bfa7ae62da17cbf979eb00732a4 (patch) | |
tree | ecee56caabd3366b5f1e72653ee9c160d6165c27 /extra | |
parent | 5e1a54f157554153973bc9422b3fe1d90aa1c8a5 (diff) | |
download | chrome-ec-dbe87fb73f561bfa7ae62da17cbf979eb00732a4.tar.gz |
coil: Replace "whitelist"
Replace "whitelist" with "allowlist".
BUG=b:175244613
TEST=make buildall -j
Change-Id: Ie0a23cb33722fe27b76d97c2ebdd548c2ecc2aa6
Signed-off-by: Mary Ruthven <mruthven@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2600299
Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/cr50_rma_open/cr50_rma_open.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/cr50_rma_open/cr50_rma_open.py b/extra/cr50_rma_open/cr50_rma_open.py index 44038ab660..917ce26984 100755 --- a/extra/cr50_rma_open/cr50_rma_open.py +++ b/extra/cr50_rma_open/cr50_rma_open.py @@ -262,7 +262,7 @@ class RMAOpen(object): url = URL % (challenge, hwid) logging.info('GOTO:\n %s', url) logging.info('If the server fails to debug the challenge make sure the ' - 'RLZ is whitelisted') + 'RLZ is allowlisted') def try_authcode(self, authcode): """Try opening cr50 with the authcode |