Skip to content

Commit 40368fc

Browse files
authored
Use https://github.com/MetOffice/mule instead of old location. (#243)
1 parent 070f249 commit 40368fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/benchmarks/bm_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def clone_resource(name: str, clone_source: str) -> Path:
8888

8989
# TEMPLATED, BUT MAY NOT APPLY TO ALL REPOSITORIES.
9090
echo("Installing Mule into data generation environment ...")
91-
mule_dir = clone_resource("mule", "https://github.com/metomi/mule.git")
91+
mule_dir = clone_resource("mule", "https://github.com/MetOffice/mule.git")
9292
_subprocess_runner(
9393
[
9494
str(data_gen_python),

0 commit comments

Comments
 (0)