Skip to content

Commit 51d36d7

Browse files
author
Alan Christie
committed
- Fixed raw command execution
1 parent 1e7d8ba commit 51d36d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/groovy/PipelineTester.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ class Tester {
555555
} else {
556556
// The user-supplied command might be a multi-line string.
557557
// Flatten it...
558-
the_command = ''
558+
String the_command = ''
559559
command.eachLine {
560560
the_command += it.trim() + ' '
561561
}

0 commit comments

Comments
 (0)