fix environment variable typo.

This commit is contained in:
Pengyuan Bian
2019-08-26 16:24:44 -07:00
parent 84519c236b
commit 73660af10c

View File

@@ -68,7 +68,7 @@ kustomization file), then locates the Go plugin's
object code at the following location:
> ```shell
> $XGD_CONFIG_HOME/kustomize/plugin/$apiVersion/$lKind/$kind.so
> $XDG_CONFIG_HOME/kustomize/plugin/$apiVersion/$lKind/$kind.so
> ```
where `lKind` holds the lowercased kind. The
@@ -91,7 +91,7 @@ ephemeral directory
PLUGIN_ROOT=$DEMO/kustomize/plugin
```
and ephemerally set `XGD_CONFIG_HOME` on a command
and ephemerally set `XDG_CONFIG_HOME` on a command
line below.
### What apiVersion and kind?