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