aboutsummaryrefslogtreecommitdiff
path: root/templater
diff options
context:
space:
mode:
Diffstat (limited to 'templater')
-rwxr-xr-xtemplater2
1 files changed, 1 insertions, 1 deletions
diff --git a/templater b/templater
index f44885e..2247946 100755
--- a/templater
+++ b/templater
@@ -74,7 +74,7 @@ function __templater_copy_or_append {
if [ ! -e "$file" ]; then
cp $SHARE/$implementation/$file .
- elif ! grep -q -f $SHARE/$implmenentation/$file $file; then
+ elif ! grep -q -f $SHARE/$implementation/$file $file; then
cat $SHARE/$implementation/$file >> $file
fi
}