mirror of https://github.com/cheat/cheat.git
chore: fix typo in comment
This commit is contained in:
parent
768d55e5d4
commit
2c097adeda
|
@ -25,7 +25,7 @@ func cmdList(opts map[string]interface{}, conf config.Config) {
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
// filter cheatcheats by tag if --tag was provided
|
// filter cheatsheets by tag if --tag was provided
|
||||||
if opts["--tag"] != nil {
|
if opts["--tag"] != nil {
|
||||||
cheatsheets = sheets.Filter(
|
cheatsheets = sheets.Filter(
|
||||||
cheatsheets,
|
cheatsheets,
|
||||||
|
|
Loading…
Reference in New Issue