Skip to content

Commit 07c2b6d

Browse files
fix typo
1 parent 0b95ef2 commit 07c2b6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/package/content/arch.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ pacman-key --lsign-key '{{$.SignMail}}'</code></pre>
1616
<pre
1717
class="code-block"><code>
1818
{{- if gt (len $.Groups) 1 -}}
19-
# {{ctx.Locale.Tr "packages.arch.pacman.repo.multi" $.PackageDescriptor.Package.LowerName}}
19+
# {{ctx.Locale.Tr "packages.arch.pacman.repo.multi" $.PackageDescriptor.Package.LowerName}}
2020

2121
{{end -}}
2222
{{- $GroupSize := (len .Groups) -}}
23-
{{- range $i,$v := .Groups -}}
23+
{{- range $i,$v := .Groups -}}
2424
{{- if gt $i 0}}
2525
{{end -}}{{- if gt $GroupSize 1 -}}
2626
# {{ctx.Locale.Tr "packages.arch.pacman.repo.multi.item" .}}

0 commit comments

Comments
 (0)