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:
Robert Hensing 2019-09-18 14:56:50 +02:00
parent 93b4849d98
commit 1d5aec50c1

View file

@ -139,7 +139,7 @@ rec {
else [];
in
if isHighest || isForbiddenDir (parentDir)
if isHighest || isForbiddenDir (toString parentDir)
then
{
localIgnores = concatMap getIgnores dirs;