From 8e4576f38535ad6eb407f6c63fa4a4d5afe1f1cb Mon Sep 17 00:00:00 2001 From: Andrii Shyshkalov Date: Wed, 10 May 2017 15:46:53 +0200 Subject: [PATCH] git cl upload: fix confusing warning. R=machenbach@chromium.org BUG=718264 Change-Id: Id238a53dbc22b94010b0eb22263de824da300fbd Reviewed-on: https://chromium-review.googlesource.com/501809 Reviewed-by: Michael Achenbach Commit-Queue: Andrii Shyshkalov --- git_cl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_cl.py b/git_cl.py index e794150f4..610db53b1 100755 --- a/git_cl.py +++ b/git_cl.py @@ -2416,7 +2416,7 @@ class _GerritChangelistImpl(_ChangelistCodereviewBase): ' %s\n' ' Consider running the following command:\n' ' git cl creds-check\n' - ' New credentials can be obtained by visiting %s') % + ' %s') % (git_host, self._gerrit_host, cookie_auth.get_new_password_message(git_host))) if not force: