From 421ad65e48edde0d0e3ea1a56e10025224072841 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Tue, 5 Sep 2017 18:39:18 +0200 Subject: ci/deploy.sh: Remove extra '-s' in image dir path Change-Id: Iabadd8565b7fcac6d3361200f30310391daf6648 Signed-off-by: Alexandru Avadanii --- ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') 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) -- cgit 1.2.3-korg