diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index 34f9ceb46..f5ab611d1 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -1,13 +1,13 @@ { - "api_version": 1, - "project_id": "depot_tools", - "recipes_path": "recipes", + "api_version": 1, "deps": [ { - "project_id": "recipe_engine", - "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git", - "branch": "master", - "revision": "3125a3b89e18dff89cf6d59f0a0486d832521bf1" + "branch": "master", + "project_id": "recipe_engine", + "revision": "fd0d8541ec8f579c68bf8214acfaf08f23117882", + "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } - ] -} + ], + "project_id": "depot_tools", + "recipes_path": "recipes" +} \ No newline at end of file