Skip to content
This repository has been archived by the owner on Nov 13, 2018. It is now read-only.

Commit

Permalink
fix #1191 right this time. Sorry.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan van Doorn committed Mar 23, 2016
1 parent f50d7d6 commit ec95220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traffic_ops/app/lib/UI/ConfigFiles.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ sub parent_dot_config {
$text .= "dest_domain=$org_fqdn parent=$os $algorithm go_direct=true\n";
}
elsif ($multi_site_origin) {
$text .= "dest_domain=$org_fqdn \"";
$text .= "dest_domain=$org_fqdn ";
my $pinfo = $self->parent_data($server);

my @parent_info;
Expand Down

0 comments on commit ec95220

Please sign in to comment.