aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-08-25 20:10:46 -0700
committerBryan Newbold <bnewbold@archive.org>2020-08-25 20:10:46 -0700
commite77a94189ecbf13f041346e7d7b6d3ecf5876a6b (patch)
tree1e4f13f88dc735d0cafeb9de0d3cddb63ae44d66 /Makefile
parentbdaf45ff85076cec93b68cd45c018bc02e2fa67e (diff)
downloades-public-proxy-e77a94189ecbf13f041346e7d7b6d3ecf5876a6b.tar.gz
es-public-proxy-e77a94189ecbf13f041346e7d7b6d3ecf5876a6b.zip
rename 'allow_all...' to 'unsafe_all...'
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