Skip to content

Commit ee0a426

Browse files
authored
Merge pull request #27978 from MartinKanters/fix-variable-substitution-typo
Fixed variable substitution typo
2 parents e75e654 + faa06b8 commit ee0a426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/contribute/generate-ref-docs/kubernetes-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ This section shows how to generate the
9090
For example:
9191

9292
```shell
93-
export K8S_WEBROOT=$(GOPATH)/src/github.com/<your-username>/website
94-
export K8S_ROOT=$(GOPATH)/src/k8s.io/kubernetes
93+
export K8S_WEBROOT=${GOPATH}/src/github.com/<your-username>/website
94+
export K8S_ROOT=${GOPATH}/src/k8s.io/kubernetes
9595
export K8S_RELEASE=1.17.0
9696
```
9797

0 commit comments

Comments
 (0)