summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/src/glob/gitignore.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/glob/gitignore.lua b/server/src/glob/gitignore.lua
index 108fcdb0..dd1d3c25 100644
--- a/server/src/glob/gitignore.lua
+++ b/server/src/glob/gitignore.lua
@@ -120,7 +120,7 @@ function mt:simpleMatch(path)
end
end
end
- return false
+ return nil
end
function mt:finishMatch(path)