From 5196257cbb6574f21a0bc0ca824e0e07b018d19b Mon Sep 17 00:00:00 2001 From: Jeff Handley Date: Fri, 1 Nov 2024 11:31:54 -0700 Subject: [PATCH] Update cgmanifest to align with the JSON schema --- build/cgmanifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/cgmanifest.json b/build/cgmanifest.json index fb683d916e..8e8d3a2779 100644 --- a/build/cgmanifest.json +++ b/build/cgmanifest.json @@ -1,5 +1,5 @@ { - "Registrations": [ + "registrations": [ { "component": { "type": "git", @@ -10,6 +10,6 @@ } } ], - "Version": 1, + "version": 1, "$schema": "https://json.schemastore.org/component-detection-manifest.json" -} \ No newline at end of file +}