diff options
author | Steve Moyer <smoyer1@selesy.com> | 2022-09-08 17:44:25 -0400 |
---|---|---|
committer | Steve Moyer <smoyer1@selesy.com> | 2022-09-08 17:44:25 -0400 |
commit | 8bd98454def2e76f30aabcd1ac284bbbf48d8ad5 (patch) | |
tree | 9feec74ad7beea92ca4d0d5572f3b980f54319ae /Makefile | |
parent | 3087cdc013cf002c6644f2c3b8cc13d748c80783 (diff) | |
download | git-bug-8bd98454def2e76f30aabcd1ac284bbbf48d8ad5.tar.gz |
fix: correct name for one of the security phonies
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |