From 9c802e1d23670b2ae037c3b110642cc464703f52 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 19 Jul 2017 19:11:54 +0200 Subject: [PATCH] copy: Remove trailing dot from log message Signed-off-by: Michael Tremer --- src/functions/functions.util | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions/functions.util b/src/functions/functions.util index 83edf69b..5935dcc2 100644 --- a/src/functions/functions.util +++ b/src/functions/functions.util @@ -762,7 +762,7 @@ copy() { # Check if ${dst} is a directory if [ -d "${dst}" ]; then - log ERROR "${dst} is a directory." + log ERROR "${dst} is a directory" return ${EXIT_ERROR} fi -- 2.39.2