aboutsummaryrefslogtreecommitdiff
path: root/share/templater/drupal7/setup
diff options
context:
space:
mode:
Diffstat (limited to 'share/templater/drupal7/setup')
-rwxr-xr-xshare/templater/drupal7/setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/templater/drupal7/setup b/share/templater/drupal7/setup
index 7684d03..968e23b 100755
--- a/share/templater/drupal7/setup
+++ b/share/templater/drupal7/setup
@@ -12,7 +12,7 @@ source $SHARE/templater/functions || exit 1
# Drupal7 implementation
function templater_drupal7 {
if [ ! -e 'settings.dev.php' ]; then
- __templater_echo "Setting up Drupal 7..."
+ templater_echo "Setting up Drupal 7..."
#if [ ! -e "Makefile" ]; then
# cp $SHARE/drupal7/files/Makefile .
@@ -29,7 +29,7 @@ function templater_drupal7 {
mkdir -p files themes modules libraries
mkdir -p vendor
else
- __templater_echo "Drupal already set"
+ templater_echo "Drupal already set"
fi
}