From d406a635f09ddad619988975fe2937c3aeb0f302 Mon Sep 17 00:00:00 2001 From: Dube Date: Fri, 15 May 2020 22:27:41 +0800 Subject: [PATCH] Remove extra spaces to ensure the style of the code. --- build/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/common.sh b/build/common.sh index e298f627362..5864da0496c 100755 --- a/build/common.sh +++ b/build/common.sh @@ -258,7 +258,7 @@ function kube::build::update_dockerfile() { sed "${sed_opts[@]}" "s/KUBE_BUILD_IMAGE_CROSS_TAG/${KUBE_BUILD_IMAGE_CROSS_TAG}/" "${LOCAL_OUTPUT_BUILD_CONTEXT}/Dockerfile" } -function kube::build::set_proxy() { +function kube::build::set_proxy() { if [[ -n "${KUBERNETES_HTTPS_PROXY:-}" ]]; then echo "ENV https_proxy $KUBERNETES_HTTPS_PROXY" >> "${LOCAL_OUTPUT_BUILD_CONTEXT}/Dockerfile" fi