fix: Fix skew helper

pull/45018/head
Sergey Shevchenko 2024-02-04 19:50:29 +02:00
parent 779ceebead
commit b4b38264f9
No known key found for this signature in database
GPG Key ID: 103B2CCB3B12FF7C
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
{{- end -}}
{{- if eq $seenPatchVersionInfoCount 0 -}}
<!-- fallback patch version to .0 -->
{{- printf "%.2f.0" $currentVersion -}}
{{- printf "%s.0" $currentVersion -}}
{{- end -}}
{{- end -}}