From 59bcbfd27a59208f7b732ed1013dac7ee53dc53b Mon Sep 17 00:00:00 2001 From: Patrick Crumley Date: Wed, 2 Oct 2024 20:08:35 -0700 Subject: [PATCH] fix example path --- HOWTO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HOWTO.md b/HOWTO.md index 69400b7bf..271ae1706 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -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