From 7c4331cbaab4f4dcc3a67a500bc71fe27fbd9163 Mon Sep 17 00:00:00 2001 From: Mansoor Sarfraz Date: Wed, 20 May 2026 11:09:14 +1000 Subject: [PATCH] =?UTF-8?q?git=20diff=20updated=20to=20match=20the=20two?= =?UTF-8?q?=20commits=20=E2=80=94=20no=20merge=20base=20needed.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/ci/validate_external_source_urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/validate_external_source_urls.py b/scripts/ci/validate_external_source_urls.py index b1456a1521b..40600d45945 100644 --- a/scripts/ci/validate_external_source_urls.py +++ b/scripts/ci/validate_external_source_urls.py @@ -122,7 +122,7 @@ def _run_diff(src: str, tgt: str, cached: bool = False) -> str: if cached: cmd.append("--cached") else: - cmd.append(f"{tgt}...{src}") + cmd.append(f"{tgt}..{src}") proc = subprocess.run( cmd,