summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2023-02-13 21:24:04 +0300
committerEd Tanous <edtanous@google.com>2023-02-13 21:57:35 +0300
commit5d3a59d3e77a7e147941887a5285c8a47f199e51 (patch)
treee6af2910293d890c7be3fdae64361db9c78535f3 /scripts
parentf041387d5912db27e0317805e5c341c9c472887a (diff)
downloadbmcweb-5d3a59d3e77a7e147941887a5285c8a47f199e51.tar.xz
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 <edtanous@google.com> Change-Id: Ieac721477b3e78165559f857c0683d0520b7fcc2
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update_schemas.py2
1 files changed, 1 insertions, 1 deletions
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(
' <edmx:Reference Uri="'
- '/redfish/v1/schema/OpenbmcAccountService_v1.xml">\n'
+ '/redfish/v1/schema/OpenBMCAccountService_v1.xml">\n'
)
metadata_index.write(
' <edmx:Include Namespace="OemAccountService"/>\n'