Skip to content

Commit b056234

Browse files
committed
fix: Fix leftover reference to Inflex after it was moved to Igniter instead
1 parent df4b49b commit b056234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/data_layer.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ defmodule AshSqlite.DataLayer do
369369
|> Module.split()
370370
|> List.last()
371371
|> Macro.underscore()
372-
|> Inflex.pluralize()
372+
|> Igniter.Inflex.pluralize()
373373

374374
{options, _, _} = OptionParser.parse(argv, switches: [repo: :string])
375375

0 commit comments

Comments
 (0)