fix build on windows
This commit is contained in:
parent
118c5ace44
commit
ea6fdc745f
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ keyUrls r key = map tourl locs
|
|||
#ifndef __WINDOWS__
|
||||
locs = annexLocations key
|
||||
#else
|
||||
locs = replace "\\" "/" $ annexLocations key
|
||||
locs = map (replace "\\" "/") (annexLocations key)
|
||||
#endif
|
||||
|
||||
dropKey :: Remote -> Key -> Annex Bool
|
||||
|
|
Loading…
Add table
Reference in a new issue