Skip to content

Commit

Permalink
docs: fix up constraint jobspec HCL format. (#17795)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell authored Jul 4, 2023
1 parent 17f63cf commit c883621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/job-specification/constraint.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ constraint {
```hcl
constraint {
distinct_property = "${meta.rack}"
value = "3"
value = "3"
}
```

Expand Down Expand Up @@ -261,7 +261,7 @@ more than 2 instances of the task group.
```hcl
constraint {
distinct_property = "${meta.rack}"
value = "2"
value = "2"
}
```

Expand Down

0 comments on commit c883621

Please sign in to comment.