mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-04-05 21:12:25 +00:00
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:
parent
434a07b7c8
commit
76ba1bb6ac
3 changed files with 3 additions and 3 deletions
|
|
@ -23,6 +23,6 @@
|
|||
"Build":
|
||||
[
|
||||
{"Command": "voc -s", "File": "strTypes.Mod"},
|
||||
{"Command": "voc -s", "File": "strUtils.Mod"},
|
||||
{"Command": "voc -s", "File": "strUtils.Mod"}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue