From f041387d5912db27e0317805e5c341c9c472887a Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Mon, 13 Feb 2023 09:00:05 -0800 Subject: Fix schema validator failure regression Fixes regression introduced at 5b5574ace856c7f787528ab8f5e5352a90f2a6cb Because of the order in which a few patches were merged, the static $metadata file never got updated. There are other patchsets still in review to completely remove the file, which is why the validator passed on previous commits. Tested: Metadata now resolves Signed-off-by: Ed Tanous Change-Id: I402eb0bb83220f13293e9e7c86f34a257c2f981e --- scripts/update_schemas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py index 7d6e7680a2..1586a112ee 100755 --- a/scripts/update_schemas.py +++ b/scripts/update_schemas.py @@ -345,7 +345,7 @@ with open(metadata_index_path, "w") as metadata_index: metadata_index.write( ' \n' + '/redfish/v1/schema/OpenbmcAccountService_v1.xml">\n' ) metadata_index.write( ' \n' -- cgit v1.2.3