Skip to content

Commit

Permalink
Remove invalid adds_deps from igniter installer (#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel authored Jan 22, 2025
1 parent 37d46ef commit ae83183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/oban.install.ex
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if Code.ensure_loaded?(Igniter) do
def info(_argv, _composing_task) do
%Igniter.Mix.Task.Info{
group: :oban,
adds_deps: [oban: "oban"],
adds_deps: [],
installs: [],
example: __MODULE__.Docs.example(),
only: nil,
Expand Down

0 comments on commit ae83183

Please sign in to comment.