commit | 051c1bea7b5aa9d14f329c7d745f69fef6b03d6a | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Mon Feb 19 09:27:11 2024 +0100 |
committer | Rico Wind <ricow@google.com> | Mon Feb 19 09:27:11 2024 +0100 |
tree | 4a4085cebfe9eec90d97c844eede89db1189d6f3 | |
parent | ee4c2f81f25298cec4483110bdea06dda4b65b8a [diff] [blame] |
Update historic run script to use main instead of master Change-Id: I1e9b8f0b21388c43e5e754de5d1085ec2465367d
diff --git a/tools/historic_run.py b/tools/historic_run.py index 9a035b0..3b17903 100755 --- a/tools/historic_run.py +++ b/tools/historic_run.py
@@ -15,7 +15,7 @@ import time import utils -MASTER_COMMITS = 'gs://r8-releases/raw/master' +MASTER_COMMITS = 'gs://r8-releases/raw/main' def ParseOptions(argv):