Merge "Fix -D option on build_cni_daemonset_image"

This commit is contained in:
Zuul 2018-12-07 16:02:25 +00:00 committed by Gerrit Code Review
commit d3fbd48eef
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ build_cmd="docker build"
OPTIND=1
while getopts "hf:b:c:t:D:p" opt; do
while getopts "hf:b:c:t:Dp" opt; do
case "$opt" in
"h") print_usage; exit 0 ;;
"D") daemonized=False ;;