summaryrefslogtreecommitdiffstats
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 75e896d1..8cc0bd7c 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -31,7 +31,7 @@ usage() { echo "Usage: $0 [-s <nosdn|odl|opencontrail>]
[-a <amd64>]
[-r <a|b>]" 1>&2 exit 1; }
-while getopts ":s:t:o:l:h:r:f:" opt; do
+while getopts ":s:t:o:l:h:r:f:d:a:" opt; do
case "${opt}" in
s)
opnfvsdn=${OPTARG}