diff options
| author | Marri Devender Rao <devenrao@in.ibm.com> | 2019-03-01 02:14:18 -0600 |
|---|---|---|
| committer | Ed Tanous <ed.tanous@intel.com> | 2019-03-11 15:24:49 +0000 |
| commit | c9ab1d509ec70f895f852532f6c5b3314cb4fe65 (patch) | |
| tree | 741fbc02e68a76f2bdbdbeb04d68cacf7687e8eb /static | |
| parent | c181942f49d754983981f9dc24f0129270ab02eb (diff) | |
| download | bmcweb-c9ab1d509ec70f895f852532f6c5b3314cb4fe65.tar.gz bmcweb-c9ab1d509ec70f895f852532f6c5b3314cb4fe65.zip | |
Redfish: Fix incorrect reference tag added as part of update_schemas.py script
Change-Id: I763534d54b7630aec30883d04e02b4f478c10ab4
Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
Diffstat (limited to 'static')
| -rw-r--r-- | static/redfish/v1/$metadata/index.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/redfish/v1/$metadata/index.xml b/static/redfish/v1/$metadata/index.xml index cd895db..ec1b952 100644 --- a/static/redfish/v1/$metadata/index.xml +++ b/static/redfish/v1/$metadata/index.xml @@ -1313,7 +1313,7 @@ <EntityContainer Name="Service" Extends="ServiceRoot.v1_0_0.ServiceContainer"/> </Schema> </edmx:DataServices> - <edmx:Reference Uri="/redfish/v1/schema/OemManager_v1.xml"/> + <edmx:Reference Uri="/redfish/v1/schema/OemManager_v1.xml"> <edmx:Include Namespace="OemManager"/> </edmx:Reference> </edmx:Edmx> |

