From c544ac98bc9650442e47959f8067417803c64545 Mon Sep 17 00:00:00 2001 From: Weiyi-Feng Date: Wed, 27 Apr 2022 09:09:31 +0800 Subject: [PATCH] config_tools: fix document typo fix document typo Tracked-On: #6691 Signed-off-by: Weiyi Feng weiyix.feng@intel.com Co-authored-by: David Kinder --- misc/config_tools/configurator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/config_tools/configurator/README.md b/misc/config_tools/configurator/README.md index 0ef4bf8bd..bc6b201ff 100644 --- a/misc/config_tools/configurator/README.md +++ b/misc/config_tools/configurator/README.md @@ -80,7 +80,7 @@ Run following command in the 'acrn-hypervisor' directory. ```shell cd misc/config_tools python scenario_config/schema_slicer.py -python scenario_config/jsnoschema/convert.py +python scenario_config/jsonschema/convert.py xmllint --xinclude schema/datachecks.xsd > schema/allchecks.xsd python -m build