aboutsummaryrefslogtreecommitdiff
path: root/pgo_tools/monitor_pgo_profiles.py
diff options
context:
space:
mode:
Diffstat (limited to 'pgo_tools/monitor_pgo_profiles.py')
-rwxr-xr-xpgo_tools/monitor_pgo_profiles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgo_tools/monitor_pgo_profiles.py b/pgo_tools/monitor_pgo_profiles.py
index 86701675..cb41eb88 100755
--- a/pgo_tools/monitor_pgo_profiles.py
+++ b/pgo_tools/monitor_pgo_profiles.py
@@ -37,7 +37,7 @@ def parse_date(date: str) -> datetime.datetime:
def fetch_most_recent_profdata(arch: str) -> ProfdataInfo:
result = subprocess.run(
[
- 'gsutil',
+ 'gsutil.py',
'ls',
'-l',
f'gs://chromeos-toolchain-artifacts/llvm-pgo/{arch}/'