Update find_files to use newest version of arrr

This commit is contained in:
Talia 2024-04-05 17:42:40 +02:00
parent 0602b8516b
commit 293f2a1897
Signed by: darkwiiplayer
GPG Key ID: 7808674088232B3E
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
local arrr = require 'arrr'
local params = arrr {
{ "Sets the root to search in", "--root", "-r", 'root' };
{ "Sets the root to search in", "--root", "-r", true };
}{...}
local buf = {}