Skip to content

Commit 58b70e4

Browse files
authored
fix: igniter.upgrade crash on dependency declaration when only option is an atom (#257)
1 parent 752e9aa commit 58b70e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/mix/tasks/igniter.upgrade.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ defmodule Mix.Tasks.Igniter.Upgrade do
482482
_ ->
483483
nil
484484
end
485+
|> List.wrap()
485486

486487
allowed_envs =
487488
if allowed_envs == [] do

0 commit comments

Comments
 (0)