Add missing comma and ensure repo field is included in subtrees.json

This commit is contained in:
Charlton, Scott R. 2025-07-06 13:23:29 -06:00
parent 22eab2be4d
commit afefbbcf95

View File

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