From 43fa73557b2655ba24d38f03c748686f5d496d8f Mon Sep 17 00:00:00 2001 From: mooncake Date: Mon, 8 Oct 2018 23:06:07 +0800 Subject: [PATCH] Fix typos of readme.md --- build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/README.md b/build/README.md index b86b97a35f0..ec881469367 100644 --- a/build/README.md +++ b/build/README.md @@ -82,7 +82,7 @@ docker-machine create \ # Set up local docker to talk to that machine eval $(docker-machine env ${KUBE_BUILD_VM}) -# Pin down the port that rsync will be exposed on on the remote machine +# Pin down the port that rsync will be exposed on the remote machine export KUBE_RSYNC_PORT=8730 # forward local 8730 to that machine so that rsync works