fix build with OsPath build flag
This commit is contained in:
parent
de6c5b6885
commit
ba24f78626
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ findRepos o = do
|
|||
-- cycles and in case there is an unexpected
|
||||
-- symlink to some other directory we are not
|
||||
-- supposed to serve.
|
||||
ifM (isSymbolicLink <$> R.getSymbolicLinkStatus f)
|
||||
ifM (isSymbolicLink <$> R.getSymbolicLinkStatus (fromOsPath f))
|
||||
( return []
|
||||
-- Ignore any errors getting the contents of a
|
||||
-- subdirectory.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue