From 27c553917818ae41e3109064a4cc9c366297b64a Mon Sep 17 00:00:00 2001 From: csine-nflx Date: Wed, 26 Aug 2020 01:47:17 -0700 Subject: [PATCH] fixing Makefile build issue with @echo --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index fb8b9afa..3312a41d 100644 --- a/Makefile +++ b/Makefile @@ -49,13 +49,12 @@ reset-db: cd lemur && lemur db upgrade setup-git: + @echo "--> Installing git hooks" if [ -d .git/hooks ]; then \ - @echo "--> Installing git hooks"; \ git config branch.autosetuprebase always; \ cd .git/hooks && ln -sf ../../hooks/* ./; \ - @echo ""; \ fi - + @echo "" clean: @echo "--> Cleaning static cache"