Skip to content

Commit ce56378

Browse files
authored
Merge pull request #17 from cert-manager/fix/vertical-template
fix: wrong var name used in vertical template
2 parents 52e0d10 + 4272bec commit ce56378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

render/markdown-table-vertical

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<table>
3232
<tr>
3333
<th>Property</th>
34-
<td>{{ .Name }}</td>
34+
<td>{{ .Path }}</td>
3535
</tr>
3636
<tr>
3737
<th>Type</th>

0 commit comments

Comments
 (0)