mirror of
				https://github.com/cheat/cheat.git
				synced 2025-11-04 07:45:28 +01:00 
			
		
		
		
	Properly trim path separators on Windows
This commit is contained in:
		@@ -45,7 +45,7 @@ func Load(cheatpaths []cp.Cheatpath) ([]map[string]sheet.Sheet, error) {
 | 
			
		||||
				// accessed. Eg: `cheat tar` - `tar` is the title)
 | 
			
		||||
				title := strings.TrimPrefix(
 | 
			
		||||
					strings.TrimPrefix(path, cheatpath.Path),
 | 
			
		||||
					"/",
 | 
			
		||||
					string(os.PathSeparator),
 | 
			
		||||
				)
 | 
			
		||||
 | 
			
		||||
				// ignore hidden files and directories. Otherwise, we'll likely load
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user