Skip to content

Commit

Permalink
Clarify language in phx.gen.auth (#4542)
Browse files Browse the repository at this point in the history
One word change to clarify that the generator doesn't work with projects generated with **either** `--no-ecto` **or** `--no-html`.
  • Loading branch information
th0mas authored and chrismccord committed Oct 21, 2021
1 parent f86baf9 commit 2727b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/phx.gen.auth.ex
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ defmodule Mix.Tasks.Phx.Gen.Auth do
mix phx.new my_app --umbrella
mix phx.new my_app --database mysql
Apps generated with --no-ecto and --no-html are not supported.
Apps generated with --no-ecto or --no-html are not supported.
""")
end

Expand Down

0 comments on commit 2727b81

Please sign in to comment.