Skip to content

Commit

Permalink
fix example path
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrumley committed Oct 3, 2024
1 parent 8586ebd commit 59bcbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ form:
And then generate a test for using `json2test` with:

```shell
uv run json2test.py --input heartbeat.json --output spec/tests/yaml/swiftnav/sbp/system/test_MsgHeartbeat.yaml
uv run json2test.py --input heartbeat.json --output ../spec/tests/yaml/swiftnav/sbp/system/test_MsgHeartbeat.yaml
```

*NOTE* because the json2test file imports the local version of sbp & the build
Expand Down

0 comments on commit 59bcbfd

Please sign in to comment.