Merge pull request #28913 from Arhell/fixes

[zh] Fixed variable substitution
This commit is contained in:
Kubernetes Prow Robot 2021-07-15 04:26:48 -07:00 committed by GitHub
commit b158496435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -143,8 +143,8 @@ For example:
例如:
```shell
export K8S_WEBROOT=$(GOPATH)/src/github.com/<your-username>/website
export K8S_ROOT=$(GOPATH)/src/k8s.io/kubernetes
export K8S_WEBROOT=${GOPATH}/src/github.com/<your-username>/website
export K8S_ROOT=${GOPATH}/src/k8s.io/kubernetes
export K8S_RELEASE=1.17.0
```