just a whitespace fix
git-svn-id: file:///home/svn/framework3/trunk@6419 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
191289450e
commit
62a1d3037d
|
@ -1070,10 +1070,10 @@ class Db
|
|||
opts['username'] = info[:user]
|
||||
argv.push('-U')
|
||||
argv.push(info[:user])
|
||||
else
|
||||
opts['username'] = 'postgres'
|
||||
argv.push('-U')
|
||||
argv.push('postgres')
|
||||
else
|
||||
opts['username'] = 'postgres'
|
||||
argv.push('-U')
|
||||
argv.push('postgres')
|
||||
end
|
||||
|
||||
if (info[:pass])
|
||||
|
|
Loading…
Reference in New Issue