Skip to content

Commit c803823

Browse files
committed
fix: properly fetch options in installer
1 parent e72ce64 commit c803823

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
@@ -20,7 +20,7 @@ if Code.ensure_loaded?(Igniter) do
2020

2121
@impl true
2222
def igniter(igniter) do
23-
opts = options!(igniter.argv)
23+
opts = igniter.args.options
2424

2525
repo =
2626
case opts[:repo] do

0 commit comments

Comments
 (0)