Skip to content

Commit

Permalink
Merge pull request #27978 from MartinKanters/fix-variable-substitutio…
Browse files Browse the repository at this point in the history
…n-typo

Fixed variable substitution typo
  • Loading branch information
k8s-ci-robot authored May 17, 2021
2 parents e75e654 + faa06b8 commit ee0a426
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit ee0a426

Please sign in to comment.