aboutsummaryrefslogtreecommitdiff
path: root/tools/download-clang-update-script.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/download-clang-update-script.py')
-rwxr-xr-xtools/download-clang-update-script.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/download-clang-update-script.py b/tools/download-clang-update-script.py
index f3534a10..203862ec 100755
--- a/tools/download-clang-update-script.py
+++ b/tools/download-clang-update-script.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright 2020 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -14,8 +14,8 @@ import argparse
import curlish
import sys
-SCRIPT_DOWNLOAD_URL = ('https://raw.githubusercontent.com/chromium/' +
- 'chromium/master/tools/clang/scripts/update.py')
+SCRIPT_DOWNLOAD_URL = ('https://raw.githubusercontent.com/chromium/'
+ 'chromium/main/tools/clang/scripts/update.py')
def main():