summaryrefslogtreecommitdiff
path: root/static
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 /static
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 'static')
-rw-r--r--static/redfish/v1/$metadata/index.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/redfish/v1/$metadata/index.xml b/static/redfish/v1/$metadata/index.xml
index 6d1fcf7435..b0972d9606 100644
--- a/static/redfish/v1/$metadata/index.xml
+++ b/static/redfish/v1/$metadata/index.xml
@@ -3005,7 +3005,7 @@
<edmx:Include Namespace="OemVirtualMedia"/>
<edmx:Include Namespace="OemVirtualMedia.v1_0_0"/>
</edmx:Reference>
- <edmx:Reference Uri="/redfish/v1/schema/OpenbmcAccountService_v1.xml">
+ <edmx:Reference Uri="/redfish/v1/schema/OpenBMCAccountService_v1.xml">
<edmx:Include Namespace="OemAccountService"/>
<edmx:Include Namespace="OemAccountService.v1_0_0"/>
</edmx:Reference>