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,