From: Alexandru Avadanii Date: Tue, 5 Sep 2017 16:39:18 +0000 (+0200) Subject: ci/deploy.sh: Remove extra '-s' in image dir path X-Git-Tag: opnfv-5.0.RC1~88 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=421ad65e48edde0d0e3ea1a56e10025224072841;p=fuel.git ci/deploy.sh: Remove extra '-s' in image dir path Change-Id: Iabadd8565b7fcac6d3361200f30310391daf6648 Signed-off-by: Alexandru Avadanii --- diff --git a/ci/deploy.sh b/ci/deploy.sh index b9c533323..72dedfc31 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -224,7 +224,7 @@ do ;; S) if [[ ${OPTARG} ]]; then - STORAGE_DIR="-s ${OPTARG}" + STORAGE_DIR="${OPTARG}" fi ;; T)