From 77d876dbbd6535460c27cfe6f26a75c851b74e27 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 29 Dec 2018 11:57:46 +0100 Subject: [PATCH] Remove whitespace --- Hooks/logging.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hooks/logging.sh b/Hooks/logging.sh index 952efa2..3d09656 100644 --- a/Hooks/logging.sh +++ b/Hooks/logging.sh @@ -12,7 +12,7 @@ hasPhpLogging() { } hasJsLogging() { - RESULT=$(grep " console.log(" "$1") + RESULT=$(grep "console.log(" "$1") if [ ! -z $RESULT ]; then echo 1 return 1