Skip to content

Commit 63bafd6

Browse files
committed
chore: Fix deprecation warning in sqlite installer.
1 parent 2909a64 commit 63bafd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/tasks/ash_sqlite.install.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ defmodule Mix.Tasks.AshSqlite.Install do
2727
Igniter.Project.Module.module_name(igniter, "Repo")
2828

2929
repo ->
30-
Igniter.Code.Module.parse(repo)
30+
Igniter.Project.Module.parse(repo)
3131
end
3232

3333
otp_app = Igniter.Project.Application.app_name(igniter)

0 commit comments

Comments
 (0)