Index: recipe_modules/bot_update/api.py |
diff --git a/recipe_modules/bot_update/api.py b/recipe_modules/bot_update/api.py |
index 512a89e414f7c783bd1d32466064054653d14a8d..be231c85d42e3023003d4768fe64958b11b65c91 100644 |
--- a/recipe_modules/bot_update/api.py |
+++ b/recipe_modules/bot_update/api.py |
@@ -130,9 +130,9 @@ class BotUpdateApi(recipe_api.RecipeApi): |
oauth2_json_file = email_file = key_file = None |
if oauth2_json: |
if self.m.platform.is_win: |
- oauth2_json_file = 'C:\\creds\\refresh_tokens\\rietveld.json' |
+ oauth2_json_file = 'C:\\creds\\refresh_tokens\\internal-try' |
else: |
- oauth2_json_file = '/creds/refresh_tokens/rietveld.json' |
+ oauth2_json_file = '/creds/refresh_tokens/internal-try' |
elif patch_oauth2: |
# TODO(martiniss): remove this hack :(. crbug.com/624212 |
if use_site_config_creds: |