aboutsummaryrefslogtreecommitdiff
path: root/share/templater/mpl/setup
diff options
context:
space:
mode:
Diffstat (limited to 'share/templater/mpl/setup')
-rwxr-xr-xshare/templater/mpl/setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/templater/mpl/setup b/share/templater/mpl/setup
index 437c8f1..b12b951 100755
--- a/share/templater/mpl/setup
+++ b/share/templater/mpl/setup
@@ -12,10 +12,10 @@ source $SHARE/templater/functions || exit 1
# Mozilla License
function templater_mpl {
if [ ! -e "LICENSE" ]; then
- __templater_echo "Setting up Mozilla Public License..."
+ templater_echo "Setting up Mozilla Public License..."
cp $SHARE/mpl/files/LICENSE .
else
- __templater_echo "LICENSE already set"
+ templater_echo "LICENSE already set"
fi
}