From d73c287364870a19351ec6e22e8c275727972560 Mon Sep 17 00:00:00 2001 From: liang ding Date: Thu, 27 Sep 2018 19:07:02 -0700 Subject: fix a typo in docker_run.sh Change-Id: I9e1d96afd6bba1082cdef77578ac6ed16f1c88ae Issue-ID: SDC-1803 Signed-off-by: liang ding --- sdc-os-chef/scripts/docker_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdc-os-chef/scripts') diff --git a/sdc-os-chef/scripts/docker_run.sh b/sdc-os-chef/scripts/docker_run.sh index 004a0b730d..71e86cd3c5 100755 --- a/sdc-os-chef/scripts/docker_run.sh +++ b/sdc-os-chef/scripts/docker_run.sh @@ -671,7 +671,7 @@ while [ $# -gt 0 ]; do done -#Prefix those with WORKSPACE so it can be set to something other then /opt +#Prefix those with WORKSPACE so it can be set to something other than /opt [ -f ${WORKSPACE}/opt/config/env_name.txt ] && DEP_ENV=$(cat ${WORKSPACE}/opt/config/env_name.txt) || echo ${DEP_ENV} [ -f ${WORKSPACE}/opt/config/nexus_username.txt ] && NEXUS_USERNAME=$(cat ${WORKSPACE}/opt/config/nexus_username.txt) || NEXUS_USERNAME=release [ -f ${WORKSPACE}/opt/config/nexus_password.txt ] && NEXUS_PASSWD=$(cat ${WORKSPACE}/opt/config/nexus_password.txt) || NEXUS_PASSWD=sfWU3DFVdBr7GVxB85mTYgAW -- cgit 1.2.3-korg