aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/recreate_skps.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/recreate_skps.py')
-rw-r--r--infra/bots/recipes/recreate_skps.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/infra/bots/recipes/recreate_skps.py b/infra/bots/recipes/recreate_skps.py
index b41d56f3f6..80f4dcf0df 100644
--- a/infra/bots/recipes/recreate_skps.py
+++ b/infra/bots/recipes/recreate_skps.py
@@ -7,7 +7,7 @@
DEPS = [
- 'core',
+ 'checkout',
'depot_tools/gclient',
'flavor',
'infra',
@@ -36,8 +36,8 @@ TEST_BUILDERS = {
def RunSteps(api):
# Check out Chrome.
api.vars.setup()
- checkout_root = api.core.default_checkout_root
- api.core.checkout_bot_update(checkout_root=checkout_root)
+ checkout_root = api.checkout.default_checkout_root
+ api.checkout.bot_update(checkout_root=checkout_root)
api.file.ensure_directory('makedirs tmp_dir', api.vars.tmp_dir)
api.flavor.setup()