aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 91cc673..b44b9cf 100755
--- a/configure
+++ b/configure
@@ -7,7 +7,7 @@ python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
-git submodule init database/SQLiteFuzzySearch
+git submodule init
git submodule update
cd database