Fix the buildImage command typo

This commit is contained in:
mingyuanzhu 2018-01-22 16:28:53 +08:00
parent 752c7bd96d
commit c89fbc1522
1 changed files with 1 additions and 1 deletions

View File

@ -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*