aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index de2d568..f926f8c 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ test: ## Run all tests
.PHONY: dev
dev: ## Run service locally (unsafe mode)
- cargo run -- --allow-all-indices
+ cargo run -- --unsafe-all-indices
.PHONY: lint
lint: ## Run syntax/style checks