summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQiwen Zhao <zhao@google.com>2015-04-10 09:43:43 -0700
committerQiwen Zhao <zhao@google.com>2015-04-10 09:43:43 -0700
commitbeb5a7b2e4a0817c48c283a6c13d64ee6d6c6738 (patch)
treecb72352de925a5c713d65ba586f441e0a3f9e4c8
parent0efb1b59501fbd74cce267eab270d839c4ccf9a1 (diff)
download22-windows-beb5a7b2e4a0817c48c283a6c13d64ee6d6c6738.tar.gz
fix download file name.
-rwxr-xr-xupdate_build_tools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_build_tools.py b/update_build_tools.py
index 671ce14..2f219c3 100755
--- a/update_build_tools.py
+++ b/update_build_tools.py
@@ -79,7 +79,7 @@ else:
listing = os.listdir(args.localDir)
-buildToolsZipRE = re.compile(r'^sdk-repo-linux-build-tools-.*\.zip$')
+buildToolsZipRE = re.compile(r'^sdk-repo-windows-build-tools-.*\.zip$')
buildToolsZipFile = None
for fname in listing:
if buildToolsZipRE.match(fname):