Skip to content

Commit

Permalink
improvement: set yes_to_deps when fetching dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jan 5, 2025
1 parent 4bb28b1 commit 9b6bd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ash/policy/authorizer/authorizer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ defmodule Ash.Policy.Authorizer do

igniter
|> Igniter.Project.Deps.add_dep(solver, yes?: yes)
|> Igniter.apply_and_fetch_dependencies(yes: yes)
|> Igniter.apply_and_fetch_dependencies(yes: yes, yes_to_deps: true)
else
_ ->
igniter
Expand Down

0 comments on commit 9b6bd52

Please sign in to comment.