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