From 2722f24af87f437ed9fcb8cc743ad1784141fd3a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 13 May 2024 21:43:43 +0200 Subject: build: fix wrong arguments in justfile --- justfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/justfile b/justfile index 18c0acf..8883577 100644 --- a/justfile +++ b/justfile @@ -21,10 +21,10 @@ precommit: nix-build -A pre-commit-check dev: - watchexec -e go -r wgo run -exit ./serve/ --live --config-file config.toml + watchexec -e go -r wgo run -exit ./serve/ --live --config config.toml index: - wgo run -exit ./import/ --config-file config.toml + wgo run -exit ./import/ --config config.toml reindex: - wgo run -exit ./import/ --config-file config.toml --replace + wgo run -exit ./import/ --config config.toml --replace -- cgit 1.4.1