You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by fr...@apache.org on 2017/05/31 14:09:58 UTC

[20/24] incubator-trafficcontrol git commit: fixed formatting

fixed formatting

(cherry picked from commit 33df0cac9ea0d98f2d3acaf5d540d6b7c4d4f9a7)


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/14b49a19
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/14b49a19
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/14b49a19

Branch: refs/heads/2.0.x
Commit: 14b49a19dc54c33098ee30992ed05a4b709a3b23
Parents: 4ccbe15
Author: Dewayne Richardson <de...@apache.org>
Authored: Fri May 12 08:55:17 2017 -0600
Committer: Eric Friedrich <fr...@apache.org>
Committed: Wed May 31 10:08:57 2017 -0400

----------------------------------------------------------------------
 traffic_ops/install/lib/Database.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/14b49a19/traffic_ops/install/lib/Database.pm
----------------------------------------------------------------------
diff --git a/traffic_ops/install/lib/Database.pm b/traffic_ops/install/lib/Database.pm
index 57f6c90..a8e98c6 100644
--- a/traffic_ops/install/lib/Database.pm
+++ b/traffic_ops/install/lib/Database.pm
@@ -36,8 +36,8 @@ sub connect {
         $dbName = "traffic_ops";
     }
 
-	$ENV{PGUSER}     = $conf->{"user"};
-	$ENV{PGPASSWORD} = $conf->{"password"};
+    $ENV{PGUSER}     = $conf->{"user"};
+    $ENV{PGPASSWORD} = $conf->{"password"};
 
     my $dsn = sprintf( "DBI:%s:db=%s;host=%s;port=%d", $conf->{type}, $dbName, $conf->{hostname}, $conf->{port} );
     InstallUtils::logger( "dsn: " . $dsn, "info" );