Index: tools/get_drt.py |
diff --git a/tools/get_drt.py b/tools/get_drt.py |
index ceedbd5b4b6076f597446f989f827bfd71b8a844..cecfba5f2def8c92d00c30df1ce0618fdfea7bed 100755 |
--- a/tools/get_drt.py |
+++ b/tools/get_drt.py |
@@ -30,7 +30,7 @@ DRT_DARTIUM_LATEST_PATTERN = ( |
'gs://dartium-archive/latest/dartium-%(osname)s-inc-*.zip') |
DRT_DARTIUM_PERMANENT_PREFIX = 'gs://dartium-archive/dartium-%(osname)s-inc' |
DRT_CHROMIUM_LATEST_PATTERN = ( |
- 'gs://dart-dump-render-tree/latest/chromium-%(osname)s-*.zip') |
+ 'gs://dart-dump-render-tree/latest/chromium-%(osname)s-103752.zip') |
sys.path.append(GSUTIL_DIR + '/boto') |
import boto |