Skip to content

Commit

Permalink
Fix a typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Dec 13, 2023
1 parent bec5cde commit ee65e97
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -76,7 +76,7 @@ def initialize_type_map(m)
def initialize(config, *)
config = config.dup

# Trilogy ignore `socket` if `host is set. We want the opposite to allow
# Trilogy ignores `socket` if `host is set. We want the opposite to allow
# configuring UNIX domain sockets via `DATABASE_URL`.
config.delete(:host) if config[:socket]

Expand Down

0 comments on commit ee65e97

Please sign in to comment.