Commit 72e04c7d authored by maruel@chromium.org's avatar maruel@chromium.org

Update upload.py @ 215ecb2ae628; fixes typo.

TBR=petermayo@chromium.org
BUG=


Review URL: https://chromiumcodereview.appspot.com/10910201

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@156105 0039d316-1c4b-4281-b951-d872f2087c98
parent 495e57b6
......@@ -639,7 +639,7 @@ class KeyringCreds(object):
if keyring:
answer = raw_input("Store password in system keyring?(y/N) ").strip()
if answer == "y":
keyring.set_password(host, email, password)
keyring.set_password(self.host, email, password)
self.accounts_seen.add(email)
return (email, password)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment