From c89fbc1522fdfd890f5c10c8cf13a95a68906f20 Mon Sep 17 00:00:00 2001 From: mingyuanzhu Date: Mon, 22 Jan 2018 16:28:53 +0800 Subject: [PATCH] Fix the buildImage command typo --- docs/aws-china.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/aws-china.md b/docs/aws-china.md index 379b30c614..2e5b9579f2 100644 --- a/docs/aws-china.md +++ b/docs/aws-china.md @@ -83,7 +83,7 @@ make # If the keypair specified is not `$HOME/.ssh/id_rsa`, `aws.yml` need to be modified to add the full path to the private key. echo 'SSHPrivateKey: "/absolute/path/to/the/private/key"' >> aws.yml -${GOPATH}/bin/imagebuilder --config aws.yaml --v=8 --publish false --replicate false --up false --down false +${GOPATH}/bin/imagebuilder --config aws.yaml --v=8 --publish=false --replicate=false --up=false --down=false ``` *NOTE*