mirror of
https://github.com/cheat/cheat.git
synced 2024-11-13 23:51:09 +01:00
Merge pull request #641 from OmgImAlexis/patch-1
chore: fix typo in comment
This commit is contained in:
commit
ad501c4cbe
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue