aboutsummaryrefslogtreecommitdiff
path: root/share/templater/pushtodeploy/setup
diff options
context:
space:
mode:
Diffstat (limited to 'share/templater/pushtodeploy/setup')
-rwxr-xr-xshare/templater/pushtodeploy/setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/templater/pushtodeploy/setup b/share/templater/pushtodeploy/setup
index b7c3c67..1282bcc 100755
--- a/share/templater/pushtodeploy/setup
+++ b/share/templater/pushtodeploy/setup
@@ -12,7 +12,7 @@ source $SHARE/templater/functions || exit 1
# pushtodeploy implementation
function templater_pushtodeploy {
if [ ! -e "bin/post-receive" ]; then
- __templater_echo "Setting up pushtodeploy..."
+ templater_echo "Setting up pushtodeploy..."
mkdir -p bin
cp $SHARE/pushtodeploy/files/post-receive bin/
@@ -24,7 +24,7 @@ function templater_pushtodeploy {
fi
fi
else
- __templater_echo "pushtodeploy already set"
+ templater_echo "pushtodeploy already set"
fi
}