barectf/schemas/config/3/config.yaml: `True` -> `true`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 24 Sep 2020 21:44:41 +0000 (17:44 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 24 Sep 2020 22:33:43 +0000 (18:33 -0400)
It works, but this is not Python.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
barectf/schemas/config/3/config.yaml

index dd2280bdc1cabc7a7f901c32c3a0a27f1c4ed11c..38969f9df7475e9e448411245e0468caa60860d2 100644 (file)
@@ -67,7 +67,7 @@ definitions:
       if:
         type: boolean
       then:
-        const: True
+        const: true
       else:
         type: 'null'
   opt-struct-ft:
This page took 0.023311 seconds and 4 git commands to generate.