Skip to content

Commit

Permalink
Add missing bracket in config example (#3481)
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal authored Feb 15, 2025
1 parent 6b40c0c commit 28212ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,7 @@ You can reference other configurations via the ``ref`` replacement. This can eit
[env.src]
extras = ["A", "{env_name}"]
[env.dest]
extras = [{ replace = "ref", env = "src", key = "extras", extend = true }, "B"
extras = [{ replace = "ref", env = "src", key = "extras", extend = true }, "B"]
In this case ``dest`` environments ``extras`` will be ``A``, ``src``, ``B``.

Expand Down

0 comments on commit 28212ab

Please sign in to comment.