docs: Output valid example code in ValidateIdentityIndexNames (#373)

This commit is contained in:
Trond A Ekseth 2024-08-22 15:05:53 +02:00 committed by GitHub
parent 2c5c759a20
commit cb172d274c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@ defmodule AshPostgres.Verifiers.ValidateIdentityIndexNames do
Please configure an index name for this identity in the `identity_index_names` configuration. For example:
postgres do
identity_index_names #{inspect(identity.name)}: "a_shorter_name"
identity_index_names #{identity.name}: "a_shorter_name"
end
"""
end