aboutsummaryrefslogtreecommitdiff
path: root/templater
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-28 13:13:05 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-10-28 13:13:05 -0200
commit4935667cb4a22a85ca0041cf7ace279296ccefa8 (patch)
tree067a4a62095dbca943989b161ca1ffa27dc6801f /templater
parent3d2eb793def440e3361d6b8f2593fd04042138f6 (diff)
downloadtemplater-4935667cb4a22a85ca0041cf7ace279296ccefa8.tar.gz
templater-4935667cb4a22a85ca0041cf7ace279296ccefa8.tar.bz2
Typo
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
}