Merge pull request #641 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
commit ad501c4cbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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