This is an automated email from the ASF dual-hosted git repository.
rawlin pushed a commit to branch 4.1.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/4.1.x by this push:
new 6de1602 Fix 4.1.x ORT traffic_ops_ort.pl missing character (#5090)
6de1602 is described below
commit 6de160285560a93293f22919add2e8a11583e8d4
Author: Robert O Butts <[email protected]>
AuthorDate: Thu Oct 1 09:01:09 2020 -0600
Fix 4.1.x ORT traffic_ops_ort.pl missing character (#5090)
---
traffic_ops/ort/traffic_ops_ort.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/traffic_ops/ort/traffic_ops_ort.pl
b/traffic_ops/ort/traffic_ops_ort.pl
index 9805e62..f1d2711 100755
--- a/traffic_ops/ort/traffic_ops_ort.pl
+++ b/traffic_ops/ort/traffic_ops_ort.pl
@@ -30,7 +30,7 @@ chomp($date);
print "$date\n";
# supported redhat/centos releases
-my %supported_el_release = ( "EL6" => 1, "EL7" => 1, "EL8" = 1);
+my %supported_el_release = ( "EL6" => 1, "EL7" => 1, "EL8" => 1);
my $dispersion = 300;
my $retries = 5;