Skip to content

Commit

Permalink
Fixed variable substitution typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKanters committed May 13, 2021
1 parent 2b38c75 commit faa06b8
Showing 1 changed file with 2 additions and 2 deletions.
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 faa06b8

Please sign in to comment.