fix bare repo optimisation on Windows
This commit is contained in:
parent
06142f4943
commit
360ecb9f35
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ keyUrls r key = map tourl locs'
|
|||
#ifndef mingw32_HOST_OS
|
||||
locs' = locs
|
||||
#else
|
||||
locs' = map (replace "\\" "/") (annexLocations key)
|
||||
locs' = map (replace "\\" "/") locs
|
||||
#endif
|
||||
|
||||
dropKey :: Remote -> Key -> Annex Bool
|
||||
|
|
Loading…
Reference in a new issue