aboutsummaryrefslogtreecommitdiff
path: root/share/templater/kvmx/setup
diff options
context:
space:
mode:
Diffstat (limited to 'share/templater/kvmx/setup')
-rwxr-xr-xshare/templater/kvmx/setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/templater/kvmx/setup b/share/templater/kvmx/setup
index 8b3443f..9e9f70b 100755
--- a/share/templater/kvmx/setup
+++ b/share/templater/kvmx/setup
@@ -12,11 +12,11 @@ source $SHARE/templater/functions || exit 1
# KVMX implementation
function templater_kvmx {
if [ ! -e "kvmxfile" ]; then
- __templater_echo "Setting up kvmx..."
+ templater_echo "Setting up kvmx..."
kvmx init
#git commit -a -m "Adds kvmx support"
else
- __templater_echo "KVMX already set"
+ templater_echo "KVMX already set"
fi
}