summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-10-02 21:26:33 +0200
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-10-02 21:26:33 +0200
commit441425c09dc132417b66725a6bc5829b880a4a86 (patch)
treee53d74ac2150b9f8a8d2b4bab48276beaf2097f7 /docs
parent93668a51c71b42aabe4aa95c46afe8beffc31c71 (diff)
docs: Fix env var OPNFV_RELENG_DEV_PATH
Change-Id: I95fd4efe4d1a47ce682489ffd7c2ce588a1764e5 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/xci-user-guide.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/xci-user-guide.rst b/docs/xci-user-guide.rst
index bc309465..7a72a70a 100644
--- a/docs/xci-user-guide.rst
+++ b/docs/xci-user-guide.rst
@@ -313,11 +313,11 @@ executing the script. The current user variables can be seen from
file located in releng-xci repository.
The variables can also be set directly within the file before executing
-the sandbox script. If you do this, you need to set ``$RELENG_DEV_PATH``
+the sandbox script. If you do this, you need to set ``$OPNFV_RELENG_DEV_PATH``
environment variable where the releng-xci repo is located on your host which
you modified the files in.
-| ``export RELENG_DEV_PATH=/path/to/releng-xci/``
+| ``export OPNFV_RELENG_DEV_PATH=/path/to/releng-xci/``
Pinned Versions
---------------