Skip to content

Commit bfa6655

Browse files
authored
Fix CLI configuration example in Mix.Project (#12562)
1 parent 429e3c9 commit bfa6655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/project.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ defmodule Mix.Project do
7878
def cli do
7979
[
8080
default_task: "phx.server",
81-
default_envs: [docs: :docs]
81+
preferred_envs: [docs: :docs]
8282
]
8383
end
8484

0 commit comments

Comments
 (0)