1
0
mirror of https://github.com/cheat/cheat.git synced 2025-07-02 20:01:59 +02:00

Merge pull request from OmgImAlexis/patch-1

chore: fix typo in comment
This commit is contained in:
Chris Allen Lane
2021-10-09 09:39:41 -04:00
committed by GitHub

@ -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,