From 4935667cb4a22a85ca0041cf7ace279296ccefa8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 28 Oct 2017 13:13:05 -0200 Subject: Typo --- templater | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templater') 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 } -- cgit v1.2.3