We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f8b26 commit 3cc167cCopy full SHA for 3cc167c
lib/mix/tasks/ash_sqlite.install.ex
@@ -27,7 +27,7 @@ defmodule Mix.Tasks.AshSqlite.Install do
27
Igniter.Project.Module.module_name(igniter, "Repo")
28
29
repo ->
30
- Igniter.Code.Module.parse(repo)
+ Igniter.Project.Module.parse(repo)
31
end
32
33
otp_app = Igniter.Project.Application.app_name(igniter)
0 commit comments