Skip to content

Commit 5631b18

Browse files
fixes for approval files in the root
Signed-off-by: Thomas Nellemann Kramer <[email protected]>
1 parent d9c0a50 commit 5631b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ approvalTest = tasks.register("approvalTest", Test) {
207207
println "Linux detected"
208208

209209
// grant execute permission to run script
210-
def procChmod = "chmod +x ./approvalTest".execute()
210+
def procChmod = "chmod +x ./approvaltest".execute()
211211
procChmod.waitForProcessOutput(System.out, System.err)
212212

213213
def proc = "./approvaltest".execute()

0 commit comments

Comments
 (0)