From 8417b333d3eab2caef415362352cdd02e93d9b97 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 11 Nov 2019 10:12:57 -0700 Subject: fix import --- bin/ifuse-photos-to-tmp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ifuse-photos-to-tmp') diff --git a/bin/ifuse-photos-to-tmp b/bin/ifuse-photos-to-tmp index 961606c0..cbd513ba 100755 --- a/bin/ifuse-photos-to-tmp +++ b/bin/ifuse-photos-to-tmp @@ -27,7 +27,7 @@ use DateTime::TimeZone::Local; use DateTime::Format::Epoch; use File::Copy; use File::Find; -use File::Path qw(make_path remove_path); +use File::Path qw(make_path remove_tree); use File::Spec::Functions; use File::stat qw(stat); use Image::ExifTool qw(ImageInfo); -- cgit v1.2.3