Skip to content

Commit

Permalink
Merge branch 'jhawthorn-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ukd1 committed Oct 8, 2021
2 parents 8b416ca + dbfee9b commit 9279975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/queue_classic/conn_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def normalize_db_url(url)
[
host, # host or percent-encoded socket path
url.port || 5432,
nil, '', #opts, tty
nil, nil, #opts, tty
url.path.gsub("/",""), # database name
url.user,
url.password
Expand Down

0 comments on commit 9279975

Please sign in to comment.