From 73660af10caa0e1b23d0d133e67c63976dfc5581 Mon Sep 17 00:00:00 2001 From: Pengyuan Bian Date: Mon, 26 Aug 2019 16:24:44 -0700 Subject: [PATCH] fix environment variable typo. --- docs/plugins/goPluginGuidedExample.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins/goPluginGuidedExample.md b/docs/plugins/goPluginGuidedExample.md index d56889d0e..823c3fac4 100644 --- a/docs/plugins/goPluginGuidedExample.md +++ b/docs/plugins/goPluginGuidedExample.md @@ -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?