Update chroot path in multiple tools to use '/workspaces/aiTools' for consistent file handling across the codebase.
This commit is contained in:
@@ -120,7 +120,7 @@ export async function run(args) {
|
||||
const inputPath = args?.path || "";
|
||||
const depth = Number.isInteger(args?.depth) ? args.depth : 1;
|
||||
const includeHidden = args?.includeHidden ?? false;
|
||||
const chrootPath = '/home/seb/src/aiTools/tmp';
|
||||
const chrootPath = '/workspaces/aiTools';
|
||||
|
||||
if (!chrootPath) {
|
||||
return { err: "Chroot path is required" };
|
||||
|
||||
Reference in New Issue
Block a user