chore: fix nolint comment

This commit is contained in:
Steven Allen 2021-01-18 17:11:02 -08:00
parent 1f62c07789
commit 126a5c1cf8

View File

@ -120,7 +120,7 @@ var datastoreGetCmd = &cli.Command{
},
ArgsUsage: "[namespace key]",
Action: func(cctx *cli.Context) error {
logging.SetLogLevel("badger", "ERROR") // nolint:errchec
logging.SetLogLevel("badger", "ERROR") // nolint:errcheck
r, err := repo.NewFS(cctx.String("repo"))
if err != nil {