diff --git a/vars/artifactSetVersion.groovy b/vars/artifactSetVersion.groovy index 8c9f0be3e..5742dfd02 100644 --- a/vars/artifactSetVersion.groovy +++ b/vars/artifactSetVersion.groovy @@ -252,7 +252,7 @@ void call(Map parameters = [:], Closure body = null) { gitConfig.add('http.sslVerify false') } - if(encodedVersionDiffers) { + if(encodedVersionsDiffers) { hashbangFlag = '-e' streamhandling ='&>/dev/null' gitPushFlags.add('--quiet')