Skip to content

Commit 9279975

Browse files
committed
Merge branch 'jhawthorn-patch-1'
2 parents 8b416ca + dbfee9b commit 9279975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/queue_classic/conn_adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def normalize_db_url(url)
107107
[
108108
host, # host or percent-encoded socket path
109109
url.port || 5432,
110-
nil, '', #opts, tty
110+
nil, nil, #opts, tty
111111
url.path.gsub("/",""), # database name
112112
url.user,
113113
url.password

0 commit comments

Comments
 (0)