Skip to content

Commit 3e85bc6

Browse files
committed
y
1 parent 9122789 commit 3e85bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/toolkit-detekt.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ tasks.create("aaaa") {
7373
ss.forEach { t ->
7474
println("pp / $t / ======")
7575
exec {
76-
commandLine("ls", "-la", t.absolutePath).isIgnoreExitValue = true
76+
commandLine("ls", "-laR", t.absolutePath).isIgnoreExitValue = true
7777
}
7878
}
7979
true

0 commit comments

Comments
 (0)