Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master 72906529f -> cf8028fbf


[TC-87] Fixed a typo.


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

Branch: refs/heads/master
Commit: c4e65806c81ed6defa212bb9d85b88864293ad41
Parents: 4e8b410
Author: Jeff Elsloo <jeffrey_els...@cable.comcast.com>
Authored: Thu Jan 5 16:29:24 2017 -0700
Committer: Dave Neuman <neu...@apache.org>
Committed: Fri Jan 6 13:43:32 2017 -0700

----------------------------------------------------------------------
 traffic_ops/app/lib/API/Cdn.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/c4e65806/traffic_ops/app/lib/API/Cdn.pm
----------------------------------------------------------------------
diff --git a/traffic_ops/app/lib/API/Cdn.pm b/traffic_ops/app/lib/API/Cdn.pm
index cc66c62..e5a5c69 100644
--- a/traffic_ops/app/lib/API/Cdn.pm
+++ b/traffic_ops/app/lib/API/Cdn.pm
@@ -327,7 +327,7 @@ sub get_traffic_monitor_config {
                }
        }
 
-       foreach my $type ( keys %{$profile_tracker}) {
+       foreach my $type ( keys %{$profile_tracker} ) {
                foreach my $profile ( keys %{$profile_tracker->{$type}} ) {
                        push( @{ $data_obj->{'profiles'} }, 
$profile_tracker->{$type}->{$profile} );
                }

Reply via email to