Skip to content

Commit 83753e0

Browse files
Update deployment-helper.md
1 parent 457f84c commit 83753e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guides/hosting/installation-updates/deployments/deployment-helper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ The local file is deep-merged on top of the base configuration:
237237

238238
- **Scalar values** (strings, numbers) are replaced by the local value.
239239
- **Maps** (associative arrays) are deep-merged recursively.
240-
- **Lists** (indexed arrays)**:** for each list-valued key, the list from `.shopware-project.local.yml` is appended to the end of the list from `.shopware-project.yml`. The relative order of items within each list is preserved, nested lists are treated the same way, and no automatic deduplication is performed.
240+
- **Lists** (indexed arrays): for each list-valued key, the list from `.shopware-project.local.yml` is appended to the end of the list from `.shopware-project.yml`. The relative order of items within each list is preserved, nested lists are treated the same way, and no automatic deduplication is performed.
241241

242242
```yaml
243243
# .shopware-project.local.yml

0 commit comments

Comments
 (0)