Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`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 <[email protected]>
- Loading branch information