Skip to content

Commit c8df688

Browse files
authored
Update Mix.install :system_env docs example (#11317)
1 parent 388ee6d commit c8df688

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/mix/lib/mix.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -568,9 +568,9 @@ defmodule Mix do
568568
the `Mix.install/2` cache, so different configurations will lead to different
569569
apps
570570
571-
* `:system_env` (since v1.13.0) - a map of system environment variable names as
572-
binary keys and their respective values as binaries. The system environment is
573-
made part of the `Mix.install/2` cache, so different configurations will lead
571+
* `:system_env` (since v1.13.0) - a list or a map of system environment variable
572+
names as binary keys and their respective values as binaries. The system environment
573+
is made part of the `Mix.install/2` cache, so different configurations will lead
574574
to different apps
575575
576576
## Examples

0 commit comments

Comments
 (0)