diff options
-rw-r--r-- | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile index 125a8f4..87bc5ca 100644 --- a/justfile +++ b/justfile @@ -24,4 +24,4 @@ dev: watchexec --no-vcs-ignore --filter "**/*.go" --filter config.toml -r wgo run -exit ./ --live --config config.toml reindex: - wgo run -exit . --config config.toml --replace + wgo run --exit . --config config.toml --replace |