From 29dc75abc2d3fe223282374ed176e0f08451d6f1 Mon Sep 17 00:00:00 2001 From: xuxinkun Date: Fri, 2 Dec 2016 14:33:45 +0800 Subject: [PATCH] fix kube::log::error in `start_rsyncd_container`. Signed-off-by: xuxinkun --- build/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/common.sh b/build/common.sh index 70b3d771372..4ca4fbb791a 100755 --- a/build/common.sh +++ b/build/common.sh @@ -626,7 +626,7 @@ function kube::build::start_rsyncd_container() { local mapped_port if ! mapped_port=$("${DOCKER[@]}" port "${KUBE_RSYNC_CONTAINER_NAME}" ${KUBE_CONTAINER_RSYNC_PORT} 2> /dev/null | cut -d: -f 2) ; then - kube:log:error "Could not get effective rsync port" + kube::log::error "Could not get effective rsync port" return 1 fi