aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfetch_kokoro_prebuilts.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/fetch_kokoro_prebuilts.py b/fetch_kokoro_prebuilts.py
index 73aec62..2d01624 100755
--- a/fetch_kokoro_prebuilts.py
+++ b/fetch_kokoro_prebuilts.py
@@ -64,9 +64,9 @@ def fetch_prebuilts(build_id: str, target: str):
else:
print("Download successful!")
- # extract the toolchain
- tar = os.path.abspath(td) + "/" + os.listdir(td)[0]
- extract_tarball(target, tar)
+ # extract the toolchain
+ tar = os.path.abspath(td) + "/" + os.listdir(td)[0]
+ extract_tarball(target, tar)
# Make sure gsutil is installed.