diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy.sh | 2 |
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) |