We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752e9aa commit 58b70e4Copy full SHA for 58b70e4
1 file changed
lib/mix/tasks/igniter.upgrade.ex
@@ -482,6 +482,7 @@ defmodule Mix.Tasks.Igniter.Upgrade do
482
_ ->
483
nil
484
end
485
+ |> List.wrap()
486
487
allowed_envs =
488
if allowed_envs == [] do
0 commit comments