From d5e7ddb428f5011aed44291c72d5403d1ff280b9 Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Tue, 21 Oct 2014 15:24:36 -0700 Subject: [PATCH] build: fix golang pull message --- build/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/common.sh b/build/common.sh index 7a368f09a66..d6a07523830 100644 --- a/build/common.sh +++ b/build/common.sh @@ -225,7 +225,7 @@ function kube::build::build_image_built() { function kube::build::ensure_golang() { kube::build::docker_image_exists golang 1.3 || { [[ ${KUBE_SKIP_CONFIRMATIONS} =~ ^[yY]$ ]] || { - echo "You don't have a local copy of the golang:cross docker image. This image is 1.8GB." + echo "You don't have a local copy of the golang docker image. This image is 450GB." read -p "Download it now? [y/n] " -n 1 -r echo [[ $REPLY =~ ^[yY]$ ]] || {