Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix format string type error (vmware-tanzu#416)
`groups` is not a boolean (`%t`), but a pointer. I think this was meant to print the type (`%T`). Without this change you get the following error when building on Go 1.10: ``` cmd/sonobuoy/app/rbac.go:108: Errorf format %t has arg groups of wrong type *github.com/heptio/sonobuoy/vendor/k8s.io/apimachinery/pkg/apis/meta/v1.APIGroupList ``` Signed-off-by: Dan Miller <dmiller@windmill.engineering> Signed-off-by: Jesse Hamilton jesse.hamilton@heptio.com Signed-off-by: Jesse Hamilton jesse.hamilton@heptio.com
- Loading branch information