summaryrefslogtreecommitdiff
path: root/bin/ifuse-photos-to-tmp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-11-11 10:12:57 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-11-11 10:12:57 -0700
commit8417b333d3eab2caef415362352cdd02e93d9b97 (patch)
treee0debb13a16f8a0efca046d43be7917661965851 /bin/ifuse-photos-to-tmp
parent5b8f1d92213e9638979d1a0464ad3508cb907fae (diff)
downloaddotfiles-8417b333d3eab2caef415362352cdd02e93d9b97.tar.gz
fix import
Diffstat (limited to 'bin/ifuse-photos-to-tmp')
-rwxr-xr-xbin/ifuse-photos-to-tmp2
1 files changed, 1 insertions, 1 deletions
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);