From 8bd98454def2e76f30aabcd1ac284bbbf48d8ad5 Mon Sep 17 00:00:00 2001 From: Steve Moyer Date: Thu, 8 Sep 2022 17:44:25 -0400 Subject: [PATCH] fix: correct name for one of the security phonies --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 799995e40605433ba3eb867b598c9a1fd1f90b76..2d12a016d3358dc6ce4d5b33e841eba4934d5e76 100644 --- a/Makefile +++ b/Makefile @@ -69,4 +69,4 @@ clean-remote-identities: git ls-remote origin "refs/identities/*" | cut -f 2 | $(XARGS) git push origin -d .PHONY: build install releases test pack-webui debug-webui clean-local-bugs clean-remote-bugs -.PHONY: secure secure-vulnerabilities secure-practice +.PHONY: secure secure-vulnerabilities secure-practices