Merge pull request #27978 from MartinKanters/fix-variable-substitution-typo

Fixed variable substitution typo
This commit is contained in:
Kubernetes Prow Robot 2021-05-16 21:43:59 -07:00 committed by GitHub
commit ee0a4261a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -90,8 +90,8 @@ This section shows how to generate the
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
```