Skip to content

Commit cce8d75

Browse files
committed
Fix missing (
Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
1 parent c99ac8a commit cce8d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/getCommitComment.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
String call(Map config = [:]) {
1010

11-
if config['debug']){
11+
if (config['debug']){
1212
println("checking currentBuild.changeSets")
1313

1414
String comment = "Not found"

0 commit comments

Comments
 (0)