diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-08-31 12:46:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-08-31 12:46:11 +0000 |
commit | a816817257ca0445b80bb0f3ebd74ea6f60716ea (patch) | |
tree | 71f331f1d724ec249a1b9d3058562112a50c4f54 /kubernetes/contrib | |
parent | 3c039a04e5836386e43b09380f23f526dd6e03f4 (diff) | |
parent | bd1b9ab1891c275cb3b499956ceb0b498a634475 (diff) |
Merge "[COMMON] Fix non-breaking spaces in shell scripts"
Diffstat (limited to 'kubernetes/contrib')
-rwxr-xr-x | kubernetes/contrib/dns-server-for-vhost-ingress-testing/deploy_dns.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/contrib/dns-server-for-vhost-ingress-testing/deploy_dns.sh b/kubernetes/contrib/dns-server-for-vhost-ingress-testing/deploy_dns.sh index 163877deca..460c046632 100755 --- a/kubernetes/contrib/dns-server-for-vhost-ingress-testing/deploy_dns.sh +++ b/kubernetes/contrib/dns-server-for-vhost-ingress-testing/deploy_dns.sh @@ -89,7 +89,7 @@ deploy() { if [ $# -eq 1 ] && [ "$1" = "-h" ]; then usage -elif [ $# -eq 1 ] && [ "$1" = "--help" ]; then +elif [ $# -eq 1 ] && [ "$1" = "--help" ]; then usage elif [ $# -eq 1 ] && [ "$1" = "--info" ]; then target_machine_notice_info |