Fix path to plugins 99/3799/1
authorjcope <jcope@redhat.com>
Mon, 19 Oct 2020 15:30:48 +0000 (10:30 -0500)
committerjcope <jcope@redhat.com>
Mon, 19 Oct 2020 15:30:48 +0000 (10:30 -0500)
commit7a19b856899fdad1500da5c294240771909114f6
treee26b0724191e09b01d9b263d54beed7310430395
parentb326fdb38b27e127c6206dd96be8da0691cd4e20
Fix path to plugins

https://gerrit.akraino.org/r/c/kni/installer/+/3790 set the build
artifacts to be written to ./bin, which broke the relative path set in
ApplyKustomize to the kustomize plugins.  This patch adjusts the
relative path appropriately.

Signed-off-by: jcope <jcope@redhat.com>
Change-Id: Ic55f97baf7a95a48f09053a1a1c12d9e0d3e08d9
pkg/utils/utils.go