-
Notifications
You must be signed in to change notification settings - Fork 545
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd: Silence warning about logrus.Fatal usage when directive has been…
… supplied (#2462) 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 <timflannagan@gmail.com>
- Loading branch information
1 parent
e064f3b
commit 3949ceb
Showing
2 changed files
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters