Skip to content

Commit 89e8c33

Browse files
authored
Update configuration.md
changed merge to inherit Signed-off-by: Kelby Stine <[email protected]>
1 parent cbc8467 commit 89e8c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/02_get_started/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Profiles can also inherit settings from each other to reduce duplication. The `m
6666
output-dir = "output/shared"
6767

6868
[profiles.dev]
69-
merge = ["shared"]
69+
inherit = ["shared"]
7070
variables = { NAME = "Dev" }
7171
```
7272

0 commit comments

Comments
 (0)