From 9b6afa36a386c9e8f7c8d09c8f7a80ec70a285db Mon Sep 17 00:00:00 2001 From: jdcaballerov <743513+jdcaballerov@users.noreply.github.com> Date: Sat, 12 Dec 2020 08:36:08 -0500 Subject: [PATCH] Update archivebox/search/backends/ripgrep.py Co-authored-by: Nick Sweeting --- archivebox/search/backends/ripgrep.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivebox/search/backends/ripgrep.py b/archivebox/search/backends/ripgrep.py index b6532bfd..887a66d6 100644 --- a/archivebox/search/backends/ripgrep.py +++ b/archivebox/search/backends/ripgrep.py @@ -2,7 +2,7 @@ import re from subprocess import run, PIPE, DEVNULL from typing import List, Generator -from archivebox.config import ARCHIVE_DIR, RIPGREP_BINARY +from archivebox.config import ARCHIVE_DIR, RIPGREP_VERSION from archivebox.util import enforce_types RG_IGNORE_EXTENSIONS = ('css','js','orig','svg')