Skip to content

Commit 1c29ac9

Browse files
committed
fix: use force: true, not force?: true calling mix.generator
1 parent 2c6466d commit 1c29ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/migration_generator/migration_generator.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ defmodule AshPostgres.MigrationGenerator do
8686

8787
true ->
8888
Enum.each(files, fn {file, contents} ->
89-
Mix.Generator.create_file(file, contents, force?: true)
89+
Mix.Generator.create_file(file, contents, force: true)
9090
end)
9191
end
9292
end

0 commit comments

Comments
 (0)