Skip to content

Commit

Permalink
Update installer/lib/mix/tasks/phx.new.ex
Browse files Browse the repository at this point in the history
Co-authored-by: José Valim <[email protected]>
  • Loading branch information
SteffenDE and josevalim authored Feb 17, 2025
1 parent f828747 commit da973ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/lib/mix/tasks/phx.new.ex
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ defmodule Mix.Tasks.Phx.New do
# ignore any errors to not prevent the generators from running
# due to any issues while checking the version
try do
with {:ok, package} <- get_package(package) |> dbg do
with {:ok, package} <- get_package(package) do
versions =
for release <- package["releases"],
version = Version.parse!(release["version"]),
Expand Down

0 comments on commit da973ee

Please sign in to comment.