From 62a1d3037d247952a4cb65a9a25e3713ffafd5ae Mon Sep 17 00:00:00 2001 From: kris <> Date: Sat, 28 Mar 2009 23:04:28 +0000 Subject: [PATCH] just a whitespace fix git-svn-id: file:///home/svn/framework3/trunk@6419 4d416f70-5f16-0410-b530-b9f4589650da --- lib/msf/ui/console/command_dispatcher/db.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/msf/ui/console/command_dispatcher/db.rb b/lib/msf/ui/console/command_dispatcher/db.rb index 222fd1ebbd..93c24bd103 100644 --- a/lib/msf/ui/console/command_dispatcher/db.rb +++ b/lib/msf/ui/console/command_dispatcher/db.rb @@ -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])