mirror of
				https://github.com/cheat/cheat.git
				synced 2025-11-04 07:45:28 +01:00 
			
		
		
		
	chore: fix typo in comment
This commit is contained in:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user