From e77a94189ecbf13f041346e7d7b6d3ecf5876a6b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 25 Aug 2020 20:10:46 -0700 Subject: rename 'allow_all...' to 'unsafe_all...' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3