fix
This commit is contained in:
parent
c116383b5d
commit
c979e0ea62
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ gitCommandLine params Repo { location = l@(Local _ _ ) } = setdir : settree ++ p
|
|||
#ifdef mingw32_HOST_OS
|
||||
-- despite running on windows, msysgit wants a unix-formatted path
|
||||
gitpath s
|
||||
| isAbsulute s = "/" ++ dropDrive (toInternalGitPath s)
|
||||
| isAbsolute s = "/" ++ dropDrive (toInternalGitPath s)
|
||||
| otherwise = s
|
||||
#else
|
||||
gitpath = id
|
||||
|
|
Loading…
Add table
Reference in a new issue