Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JSON was malformed preventing jq from working (#1769)
A simple fix that was preventing this jq command from working: ``` jq -r '.preview."0.20.0"' networks.json ``` We should probably have a lint check for JSON files so this doesn't happen again.
- Loading branch information