File: fix-json-anchor

package info (click to toggle)
yotta 0.20.5-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,880 kB
  • sloc: python: 11,279; makefile: 32
file content (17 lines) | stat: -rw-r--r-- 607 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fix invalid JSON anchor
Author: Nick Morrott <nickm@debian.org>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064692
Forwarded: not-needed
Last-Update: 2024-04-19
---
--- a/yotta/lib/schema/target.json
+++ b/yotta/lib/schema/target.json
@@ -143,7 +143,7 @@
             "$ref": "#/definitions/command"
         },
         "config": {
-            "$ref": "#definitions/configData"
+            "$ref": "#/definitions/configData"
         },
         "yotta": {
             "comment": "specification on the yotta versions that this target will work with (recommend >=x.y.z)",