Fix json syntax errors.

I was using the jq json query tool to pull values of the json files in
vipackTree but it told me that diaspora.json, strutils2.json, and
test_server.json had syntax errors.
This commit is contained in:
T. Kurt Bond 2024-11-29 18:28:32 -05:00
parent 434a07b7c8
commit 76ba1bb6ac
3 changed files with 3 additions and 3 deletions

View file

@ -17,6 +17,6 @@
"Build":
[
{"command": "voc -s", "file": "src/diasporadb.Mod"},
}"command": "voc -s", "file": "src/diasporaPost.Mod"}
{"command": "voc -s", "file": "src/diasporaPost.Mod"}
]
}