docs: Fix env var OPNFV_RELENG_DEV_PATH 47/43947/1
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Mon, 2 Oct 2017 19:26:33 +0000 (21:26 +0200)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Mon, 2 Oct 2017 19:26:33 +0000 (21:26 +0200)
Change-Id: I95fd4efe4d1a47ce682489ffd7c2ce588a1764e5
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
docs/xci-user-guide.rst

index bc30946..7a72a70 100644 (file)
@@ -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
 ---------------