Skip to content

Commit

Permalink
Update docs/templating-language.md
Browse files Browse the repository at this point in the history
Co-authored-by: Blake Covarrubias <blake.covarrubias@gmail.com>
  • Loading branch information
nathancoleman and blake authored May 22, 2024
1 parent 4a33247 commit 89494e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/templating-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -513,8 +513,8 @@ Query [Consul][consul] for all partitions.

```golang
{{ range partitions }}
{{ . }}{{ end }}
```
{{ .Name }}
{{ end }}

### `peerings`

Expand Down

0 comments on commit 89494e7

Please sign in to comment.