From 4f734efd1607733ef9dc506bc5df82b94aef7d60 Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Tue, 12 Jun 2018 12:23:06 -0400 Subject: [PATCH] Remove the duplicated word Change-Id: Ib213eb887df7d914271d3a60c6a9d8a37a830302 --- leap-upgrades/lib/vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leap-upgrades/lib/vars.sh b/leap-upgrades/lib/vars.sh index ac64a3d6..e15d9c71 100644 --- a/leap-upgrades/lib/vars.sh +++ b/leap-upgrades/lib/vars.sh @@ -33,7 +33,7 @@ export REDEPLOY_OA_FOLDER="${REDEPLOY_OA_FOLDER:-/opt/openstack-ansible}" export SYSTEM_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )"/../ && pwd )" export UPGRADE_UTILS="${UPGRADE_UTILS:-${SYSTEM_PATH}/upgrade-utilities}" -# If the the OpenStack-Ansible system venvs have already been built elsewhere and can be downloaded +# If the OpenStack-Ansible system venvs have already been built elsewhere and can be downloaded # set the "VENV_URL" environment variable to the path where the venvs are kept. When running stage1 # this URL will be used to download the release built VENVS in the following format. # ${VENV_URL}/openstack-ansible-RELEASE_VERSION.tgz