diff --git a/cmd/cheat/cmd_list.go b/cmd/cheat/cmd_list.go index a66b7f2..9ef5106 100644 --- a/cmd/cheat/cmd_list.go +++ b/cmd/cheat/cmd_list.go @@ -25,7 +25,7 @@ func cmdList(opts map[string]interface{}, conf config.Config) { os.Exit(1) } - // filter cheatcheats by tag if --tag was provided + // filter cheatsheets by tag if --tag was provided if opts["--tag"] != nil { cheatsheets = sheets.Filter( cheatsheets,