Skip to content

Commit

Permalink
Remove indentation from error message
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed May 20, 2024
1 parent c4fb1cc commit 6aa3562
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/mix/tasks/phx.gen.release.ex
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@ defmodule Mix.Tasks.Phx.Gen.Release do

:error ->
raise """
unable to fetch supported Docker image for Elixir #{wanted_elixir_vsn} and Erlang #{otp_vsn}.
Please check https://hub.docker.com/r/hexpm/elixir/tags?page=1&name=#{otp_vsn}\
for a suitable Elixir version
unable to fetch supported Docker image for Elixir #{wanted_elixir_vsn} and Erlang #{otp_vsn}.
Please check https://hub.docker.com/r/hexpm/elixir/tags?page=1&name=#{otp_vsn}\
for a suitable Elixir version
"""
end
end
Expand Down

0 comments on commit 6aa3562

Please sign in to comment.