From 512bd35b617436324f0cec92a1b5c5bceb038f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Le=C3=B1ero?= Date: Wed, 25 Oct 2017 18:35:50 -0500 Subject: [PATCH] Remove extra quote character. --- pages/linux/pdfgrep.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/pdfgrep.md b/pages/linux/pdfgrep.md index 2a9bda053..b1a24817d 100644 --- a/pages/linux/pdfgrep.md +++ b/pages/linux/pdfgrep.md @@ -20,4 +20,4 @@ - Find pattern recursively on files that match a specific glob: -`pdfgrep --recursive --include {{'*book.pdf'}} {{pattern}}'` +`pdfgrep --recursive --include {{'*book.pdf'}} {{pattern}}`