You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd: Silence warning about logrus.Fatal usage when directive has been supplied
Update the cmd/[catalog,olm] main packages and silence any vet warnings
about logrus.Fatal usage that supply formatting directives:
```bash
$ go vet ./cmd/...
cmd/catalog/main.go:114:3: Fatal call has possible formatting directive %v
cmd/olm/main.go:123:3: Fatal call has possible formatting directive %v
```
Signed-off-by: timflannagan <[email protected]>
0 commit comments