From 5509dad0cd04a50dbf32172b5f9a011bf3af3305 Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Thu, 1 Feb 2024 01:28:08 -0800 Subject: [PATCH] Push new version --- vars/buildStep.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/buildStep.groovy b/vars/buildStep.groovy index f7a9fe7..3e65137 100644 --- a/vars/buildStep.groovy +++ b/vars/buildStep.groovy @@ -2,7 +2,7 @@ def call(Map config = [:]) { echo "Hello, ${config.name}" - if (fileExists 'Makefile') { + if ( fileExists('Makefile')) { sh 'make' } echo 'Done'