git-lfs/commands/path_nix.go
2016-10-07 16:43:18 -06:00

9 lines
161 B
Go

// +build !windows
package commands
// cleanRootPath is a no-op on every platform except Windows
func cleanRootPath(pattern string) string {
return pattern
}