Skip to content

Commit

Permalink
fix environment variable typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
bianpengyuan committed Aug 26, 2019
1 parent 84519c2 commit 73660af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/plugins/goPluginGuidedExample.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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?
Expand Down

0 comments on commit 73660af

Please sign in to comment.