You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ra...@apache.org on 2020/03/25 22:37:16 UTC

[trafficcontrol] branch master updated: Fix ORT missing import (#4539)

This is an automated email from the ASF dual-hosted git repository.

rawlin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new ecad436  Fix ORT missing import (#4539)
ecad436 is described below

commit ecad436eb0c69e5c13ff8272baac59e3fcfdd4bd
Author: Robert O Butts <ro...@users.noreply.github.com>
AuthorDate: Wed Mar 25 16:37:07 2020 -0600

    Fix ORT missing import (#4539)
---
 traffic_ops/ort/traffic_ops_ort.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/traffic_ops/ort/traffic_ops_ort.pl b/traffic_ops/ort/traffic_ops_ort.pl
index bb7bf1c..4d0eaab 100755
--- a/traffic_ops/ort/traffic_ops_ort.pl
+++ b/traffic_ops/ort/traffic_ops_ort.pl
@@ -18,6 +18,7 @@ use warnings;
 use feature qw(switch);
 use JSON;
 use File::Basename;
+use File::Path;
 use Fcntl qw(:flock);
 use MIME::Base64;
 use Getopt::Long;