aboutsummaryrefslogtreecommitdiff
path: root/share/templater/conduct/setup
diff options
context:
space:
mode:
Diffstat (limited to 'share/templater/conduct/setup')
-rwxr-xr-xshare/templater/conduct/setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/templater/conduct/setup b/share/templater/conduct/setup
index f2c1873..10b3aac 100755
--- a/share/templater/conduct/setup
+++ b/share/templater/conduct/setup
@@ -12,10 +12,10 @@ source $SHARE/templater/functions || exit 1
# Contributor Covenant: A Code of Conduct for Open Source Projects
function templater_conduct {
if [ ! -e "CODE_OF_CONDUCT.md" ]; then
- __templater_echo "Setting up Code of Conduct..."
+ templater_echo "Setting up Code of Conduct..."
cp $SHARE/conduct/files/CODE_OF_CONDUCT.md .
else
- __templater_echo "Code of Conduct already set"
+ templater_echo "Code of Conduct already set"
fi
}