aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMirek Kratochvil <miroslav.kratochvil@uni.lu>2023-06-19 10:50:11 +0200
committerMirek Kratochvil <miroslav.kratochvil@uni.lu>2023-06-19 10:50:11 +0200
commit6cbe3d4dfca2b0ddb596c1d6be6942f891b1becc (patch)
treec8c53de6760b742f7fe0b019e5094fd5d7ffff2e
parentc6c99ab85c485be182a1751e6b5a98a5baa6473a (diff)
downloadreploy-6cbe3d4dfca2b0ddb596c1d6be6942f891b1becc.tar.gz
reploy-6cbe3d4dfca2b0ddb596c1d6be6942f891b1becc.tar.bz2
actually output the correct file
-rw-r--r--make-search-index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-search-index.js b/make-search-index.js
index 3c212bf..8d9f4cb 100644
--- a/make-search-index.js
+++ b/make-search-index.js
@@ -11,7 +11,7 @@
*
* Usage:
* site ....some args.... --search-data-output tmp/search-raw.json
- * node make-search-index.js tmp/search-raw.json _site/search-index.json _site/search-meta.json
+ * node make-search-index.js tmp/search-raw.json _site/search-index.json _site/search-metadata.json
*/
lunr = require("lunr")