Commit 29dc75ab authored by xuxinkun's avatar xuxinkun

fix kube::log::error in `start_rsyncd_container`.

Signed-off-by: 's avatarxuxinkun <xuxinkun@gmail.com>
parent 3479522d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment