From 156cd84490ff3a421530032a0a0a6f2b05676ecf Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Mon, 9 May 2016 22:22:23 -0600 Subject: added option Change-Id: Ib0a0782e2d8e430e05b172a4fe42d21a8b10b9b4 Signed-off-by: Narinder Gupta --- ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/deploy.sh') 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 ] [-a ] [-r ]" 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} -- cgit 1.2.3-korg