From 46c554a57d2c8fd516f201bb2c84716421ef6981 Mon Sep 17 00:00:00 2001 From: LinePlus Date: Mon, 26 Sep 2016 18:02:38 +0900 Subject: [PATCH] fix typo error: fetch depot_tools are failed --- tools/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build.py b/tools/build.py index 637529c..4d5fdce 100755 --- a/tools/build.py +++ b/tools/build.py @@ -546,7 +546,7 @@ def fetch_depot_tools(): return tools_path execute(['git', 'clone', GIT_DEPOT, tools_path]) execute(['git', 'checkout', 'abb9b22752a6ddd8a996c9198c06060b132ba5f0'], - cwd=tool_path) + cwd=tools_path) return tools_path