From 5d5475cdee83e4e1a26799242c1801d6d8654183 Mon Sep 17 00:00:00 2001 From: Allen Li Date: Tue, 15 Apr 2025 15:15:03 -0700 Subject: [PATCH] [git_auth] Minor wording consistency fix Make it consistent with the other line that uses "yet" Change-Id: I6cae354b61ac673bb4d93a878daf01cebbf67a0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6459922 Reviewed-by: Gavin Mak Commit-Queue: Allen Li Reviewed-by: Yiwei Zhang --- git_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_auth.py b/git_auth.py index e6478f9aec..07f60dc56c 100644 --- a/git_auth.py +++ b/git_auth.py @@ -603,7 +603,7 @@ class ConfigWizard(object): 'These may use different Gerrit hosts and need to be configured separately.' ) self._println_action( - "If you haven't already, run `git cl creds-check --global` to configure common Gerrit hosts." + "If you haven't yet, run `git cl creds-check --global` to configure common Gerrit hosts." ) # Configuring Git for Gerrit auth