diff --git a/pkg/app/bundle.go b/pkg/app/bundle.go index a2f7511..d358475 100644 --- a/pkg/app/bundle.go +++ b/pkg/app/bundle.go @@ -62,7 +62,7 @@ func Bundle(bundleDataIn *utils.BundleDataType) error { } if err := os.WriteFile( - filepath.Join(utils.BundleDirs.Bin, "oc"), + filepath.Join(utils.BundleDirs.Bin, "kubectl"), ocFileData, os.ModePerm, ); err != nil {