From ac2ea74ad569a11a91a910753dfc2c750dde2f76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uro=C5=A1=20Golja?= Date: Wed, 26 Oct 2016 07:51:10 +0200 Subject: [PATCH] Oops, a copy/paste bug. --- symlink-images-by-aspect-ratio.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symlink-images-by-aspect-ratio.pl b/symlink-images-by-aspect-ratio.pl index 2461eba..4f09c3c 100755 --- a/symlink-images-by-aspect-ratio.pl +++ b/symlink-images-by-aspect-ratio.pl @@ -22,7 +22,7 @@ if (! -d $conf->{src_dir}) { # verify the destination dir if (! -d $conf->{dst_dir}) { - print "ERROR: Source directory '$conf->{dst_dir}' does not exist. Aborting.\n"; + print "ERROR: Destination directory '$conf->{dst_dir}' does not exist. Aborting.\n"; exit 1; }