correct concatinate symbol

This commit is contained in:
Hyatt 2022-06-10 10:46:59 -05:00
parent 0323c14c2c
commit 21a626c645
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -44,7 +44,7 @@ pipeline {
apk add --no-cache git apk add --no-cache git
fi fi
""" """
k8slensVersion = "refs/tags/" . sh ( k8slensVersion = "refs/tags/" + sh (
script: """ script: """
git \ git \
-c 'versionsort.suffix=-' \ -c 'versionsort.suffix=-' \