aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi Xiaoming <lixm.fnst@cn.fujitsu.com>2019-06-07 09:45:36 +0800
committerSebastien Douheret <sebastien.douheret@iot.bzh>2019-06-08 16:56:52 +0000
commit6ccf70fbd47107f4d37f728b6c03c3cc5caccc87 (patch)
treebe72ef02d6d599cf4a1533ae9aa3d4f0d8a5e5af
parentaaea7843a22aa108b81aeee524a3f77ff3958eb2 (diff)
Fix foler tree.
Bug-AGL: SPEC-2494 Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com> Change-Id: I544f7bf39f19360a693cee5f64814ff80aa2f2b3
-rw-r--r--docs/part-2/1_xds-server/3_how-to-run.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/part-2/1_xds-server/3_how-to-run.md b/docs/part-2/1_xds-server/3_how-to-run.md
index c99c468..f1dbb47 100644
--- a/docs/part-2/1_xds-server/3_how-to-run.md
+++ b/docs/part-2/1_xds-server/3_how-to-run.md
@@ -148,10 +148,10 @@ For example, here 2 SDKs family (`agl` and `zephyr`) are defined:
├── README.md
└── zephyr
├── add
-│ ├── db-dump
-│ ├── db-update
-│ ├── get-family-config
-│ ├── get-sdk-info
+ ├── db-dump
+ ├── db-update
+ ├── get-family-config
+ ├── get-sdk-info
└── remove
```