aboutsummaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh2
1 files changed, 1 insertions, 1 deletions
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)