Skip to content

Commit c2600bc

Browse files
authored
Merge pull request #45018 from sergeyshevch/fix/fix-skew-helper
Fix 'skew' shortcode to determine patch version accurately
2 parents 6d50a69 + b4b3826 commit c2600bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/shortcodes/skew.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
{{- end -}}
9393
{{- if eq $seenPatchVersionInfoCount 0 -}}
9494
<!-- fallback patch version to .0 -->
95-
{{- printf "%.2f.0" $currentVersion -}}
95+
{{- printf "%s.0" $currentVersion -}}
9696
{{- end -}}
9797
{{- end -}}
9898

0 commit comments

Comments
 (0)