From 970ce67c34334692def7ddec6e4a1b24a3a32cd0 Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Thu, 26 Sep 2019 17:38:50 -0700 Subject: [PATCH] Update goPluginCaveats.md --- docs/plugins/goPluginCaveats.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/plugins/goPluginCaveats.md b/docs/plugins/goPluginCaveats.md index 1c5009ae1..4bf730a37 100644 --- a/docs/plugins/goPluginCaveats.md +++ b/docs/plugins/goPluginCaveats.md @@ -52,8 +52,7 @@ kustomize and the plugin_. This means a one-time run of ``` -GOPATH=${whatever} GO111MODULE=on go get \ - sigs.k8s.io/kustomize/v3/cmd/kustomize@${releaseVersion} +GOPATH=${whatever} GO111MODULE=on go get sigs.k8s.io/kustomize/kustomize/v3 ``` and then a normal development cycle using