Skip to content

Commit

Permalink
fix: don't pass --from-elixir-install in with-args by default
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Feb 6, 2025
1 parent 29412bf commit 92181ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/lib/mix/tasks/igniter.new.ex
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ defmodule Mix.Tasks.Igniter.New do

with_args =
if install_with == "phx.new" do
with_args ++ ["--install", "--from-elixir-install"]
with_args ++ ["--install"]
else
with_args
end
Expand Down

0 comments on commit 92181ce

Please sign in to comment.