Commit e1c9375
committed
cmd/oci-runtime-tool: fix govet warning
Found by golangci-lint v1.60.1:
cmd/oci-runtime-tool/main.go:59:17: printf: non-constant format string in call to github.com/sirupsen/logrus.Fatalf (govet)
logrus.Fatalf(err.Error())
^
Signed-off-by: Kir Kolyshkin <[email protected]>1 parent 6c9570a commit e1c9375
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments