Skip to content

Commit c985952

Browse files
author
morten.lund@maskon.no
committed
spelling
1 parent c57d5e0 commit c985952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/partitioning.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ defmodule AshPostgres.Partitioning do
4848
|> tenant_schema(resource)
4949

5050
if partition_exists?(repo, resource, partition_name, opts) do
51-
{:error, :allready_exists}
51+
{:error, :already_exists}
5252
else
5353
Ecto.Adapters.SQL.query(
5454
repo,

0 commit comments

Comments
 (0)