Skip to content

Commit

Permalink
chore: Fix deprecation warning in sqlite installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsynz committed Oct 20, 2024
1 parent 96f21c8 commit f9be2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/ash_sqlite.install.ex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defmodule Mix.Tasks.AshSqlite.Install do
Igniter.Project.Module.module_name(igniter, "Repo")

repo ->
Igniter.Code.Module.parse(repo)
Igniter.Project.Module.parse(repo)
end

otp_app = Igniter.Project.Application.app_name(igniter)
Expand Down

0 comments on commit f9be2b8

Please sign in to comment.