Fix URL format in subtrees.json for phreeqcpp prefix

This commit is contained in:
Charlton, Scott R 2025-06-27 22:26:32 -06:00
parent 86e8188679
commit 61c8612f42

View File

@ -1,6 +1,6 @@
[
{
"prefix": "phreeqcpp",
"url": "git@${CI_SERVER_HOST}:${GROUP}-subtrees/phreeqc3-src.git"
"url": "git@${CI_SERVER_HOST}:${GROUP}/phreeqc3-src.git"
}
]