Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/k8s/src/k8s/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,5 +301,5 @@ export async function sleep(ms: number): Promise<void> {
}

export function listDirAllCommand(dir: string): string {
return `cd ${shlex.quote(dir)} && find . -type f -not -path '*/_runner_hook_responses*' -exec stat -c '%s %n' {} \\;`
return `cd ${shlex.quote(dir)} && find . -type f -not -path '*/_runner_hook_responses*' -exec stat -c '%s %n' {} +`
Comment thread
jeanschmidt marked this conversation as resolved.
Outdated
Comment thread
jeanschmidt marked this conversation as resolved.
Outdated
}
Loading