From 5d3a59d3e77a7e147941887a5285c8a47f199e51 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Mon, 13 Feb 2023 10:24:04 -0800 Subject: Fix casing on OpenBMC f041387d5912db27e0317805e5c341c9c472887a didn't quite fix the issue due to testing problems, which luckily CI caught. This actually fixes it. Tested: redfish service validator passes. Signed-off-by: Ed Tanous Change-Id: Ieac721477b3e78165559f857c0683d0520b7fcc2 --- 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 1586a112ee..f93082cf22 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