diff --git a/infra/pr_helper.py b/infra/pr_helper.py index 83d66f16e851..1295b3b0f535 100644 --- a/infra/pr_helper.py +++ b/infra/pr_helper.py @@ -44,7 +44,7 @@ def get_criticality_score(repo_url): repo_url = repo_url[:-4] report = subprocess.run([ CRITICALITY_SCORE_PATH, '--format', 'json', - '-gcp-project-id=clusterfuzz-external', '-depsdev-disable', repo_url + '-gcp-project-id=clusterfuzz-external', '-depsdev-disable', '--', repo_url ], capture_output=True, text=True)