From: Silvio Rhatto Date: Tue, 14 Nov 2017 12:12:15 +0000 (-0200) Subject: Minor coding style change X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a8e73f80974038516054a042ed1b811c781c9db8;p=templater.git Minor coding style change --- diff --git a/share/templater/pushtodeploy/setup b/share/templater/pushtodeploy/setup index 5cd9dd1..78e216f 100755 --- a/share/templater/pushtodeploy/setup +++ b/share/templater/pushtodeploy/setup @@ -22,7 +22,6 @@ function templater_pushtodeploy { echo "post_receive:" >> Makefile echo -e "\tcd .git/hooks && ln -sf ../../bin/post-receive" >> Makefile fi - fi else __templater_echo "pushtodeploy already set"