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
|
#ifndef mingw32_HOST_OS
|
||||||
locs' = locs
|
locs' = locs
|
||||||
#else
|
#else
|
||||||
locs' = map (replace "\\" "/") (annexLocations key)
|
locs' = map (replace "\\" "/") locs
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
dropKey :: Remote -> Key -> Annex Bool
|
dropKey :: Remote -> Key -> Annex Bool
|
||||||
|
|
Loading…
Reference in a new issue