Skip to content

Commit 9d75c3b

Browse files
Update content/components/packages.md
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
1 parent bbd1b0a commit 9d75c3b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/components/packages.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,9 @@ packages:
187187
extra_door: ${ left_garage_door if enable_extra_door else {} }
188188
```
189189

190-
The above utilizes a [Jinja expression](/components/substitutions#jinja-expressions) to determine whether `left_garage_door` package is actually included. `enable_extra_door` can be set from the [command line](/components/substitutions#command-line-substitutions) as well.
190+
The above utilizes a [Jinja expression](/components/substitutions#jinja-expressions) to determine whether
191+
`left_garage_door` package is actually included. `enable_extra_door` can be set from the
192+
[command line](/components/substitutions#command-line-substitutions) as well.
191193

192194
{{< anchor "config-packages_extend" >}}
193195

0 commit comments

Comments
 (0)