From cc8afd651957d7409868fc1d7bde599af188d8cd Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Thu, 7 Sep 2023 11:27:19 -0700 Subject: Cleanup Makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index b1dbc00..e656f64 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,6 @@ run-web: clean-server $(SERVER_BINARY) test -n "$(VAULT_ROLE_ID)" # Caller must export VAULT_ROLE_ID test -n "$(VAULT_SECRET_ID)" # Caller must also export VAULT_SECRET_ID VAULT_ADDR="https://vault.sea4.crute.me:8200" \ - VAULT_SKIP_VERIFY=true \ ./$(SERVER_BINARY) --debug \ --hostname=dev.ssh-proxy.crute.me \ web -- cgit v1.2.3