Skip to content

Commit d406a63

Browse files
committed
Remove extra spaces to ensure the style of the code.
1 parent 71277de commit d406a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ function kube::build::update_dockerfile() {
258258
sed "${sed_opts[@]}" "s/KUBE_BUILD_IMAGE_CROSS_TAG/${KUBE_BUILD_IMAGE_CROSS_TAG}/" "${LOCAL_OUTPUT_BUILD_CONTEXT}/Dockerfile"
259259
}
260260

261-
function kube::build::set_proxy() {
261+
function kube::build::set_proxy() {
262262
if [[ -n "${KUBERNETES_HTTPS_PROXY:-}" ]]; then
263263
echo "ENV https_proxy $KUBERNETES_HTTPS_PROXY" >> "${LOCAL_OUTPUT_BUILD_CONTEXT}/Dockerfile"
264264
fi

0 commit comments

Comments
 (0)