From f7532342783225a3a163e709990b089ffc14d03b Mon Sep 17 00:00:00 2001 From: "Francois B (Makoto)" Date: Tue, 26 Sep 2017 20:43:20 +0200 Subject: [PATCH] minor fix --- wpfind | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpfind b/wpfind index 2e77a7d..83e5bdf 100755 --- a/wpfind +++ b/wpfind @@ -84,7 +84,7 @@ function timeElapsed () { #beginProcess endProcess } #------------------------------------------------------------------------------ -# check if detox is installed +# check if detox and Imagemagick are installed #------------------------------------------------------------------------------ function depInstalled () { if ! which detox >/dev/null; then