Fix type mistake
I even wrote out the type, but didn't check the call site. Types types types types types
This commit is contained in:
parent
93b4849d98
commit
1d5aec50c1
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ rec {
|
|||
else [];
|
||||
|
||||
in
|
||||
if isHighest || isForbiddenDir (parentDir)
|
||||
if isHighest || isForbiddenDir (toString parentDir)
|
||||
then
|
||||
{
|
||||
localIgnores = concatMap getIgnores dirs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue