remove unused length from adoc template
This commit is contained in:
Vendored
+1
-2
@@ -8,10 +8,9 @@
|
||||
| Description
|
||||
|
||||
{{- range .Fields}}
|
||||
{{ $numVars := len .EnvVars }}
|
||||
| {{- range $i, $value := .EnvVars }}{{- if $i }} +
|
||||
{{ end -}}
|
||||
`{{- $value }}`
|
||||
`{{- $value }}`
|
||||
{{- end }}
|
||||
a| [subs=-attributes]
|
||||
+{{.Type}}+
|
||||
|
||||
Reference in New Issue
Block a user