From d9fd5edbc1e74d3f79a4006bac62b756015ab77f Mon Sep 17 00:00:00 2001 From: Martin Yeo Date: Tue, 6 Jan 2026 13:15:07 +0000 Subject: [PATCH] Use https://github.com/MetOffice/mule instead of old location. --- templates/benchmarks/bm_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/benchmarks/bm_runner.py b/templates/benchmarks/bm_runner.py index c94e28b..bafe294 100755 --- a/templates/benchmarks/bm_runner.py +++ b/templates/benchmarks/bm_runner.py @@ -88,7 +88,7 @@ def clone_resource(name: str, clone_source: str) -> Path: # TEMPLATED, BUT MAY NOT APPLY TO ALL REPOSITORIES. echo("Installing Mule into data generation environment ...") - mule_dir = clone_resource("mule", "https://github.com/metomi/mule.git") + mule_dir = clone_resource("mule", "https://github.com/MetOffice/mule.git") _subprocess_runner( [ str(data_gen_python),