summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-12-05 10:56:15 -0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-12-05 10:56:15 -0800
commit5c1e34c97ceaa2a3b5a0b8e032eb041c52858808 (patch)
treeb93e862be8f2555e70ccc7d1ca7433450d5533b0 /docs
parent1baf04d3b5f2348977dc3481fd2dd5fac181d84c (diff)
Fix path for util script in posca guide
Change-Id: I957d2232ceafad45ec40f7f99e9b11629887b059 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'docs')
-rw-r--r--docs/testing/user/userguide/posca_guide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testing/user/userguide/posca_guide.rst b/docs/testing/user/userguide/posca_guide.rst
index 009aedb1..fc811b5e 100644
--- a/docs/testing/user/userguide/posca_guide.rst
+++ b/docs/testing/user/userguide/posca_guide.rst
@@ -102,7 +102,7 @@ environment, you could use the following command to get the required files.
.. code-block:: bash
- bash /utils/env_prepare/config_prepare.sh -i <installer> [--debug]
+ bash ./utils/env_prepare/config_prepare.sh -i <installer> [--debug]
Note that if we execute the command above, then admin_rc.sh and pod.yml gets created automatically in /tmp folder along with the line `export OS_CACERT=/tmp/os_cacert` added in admin_rc.sh file.