From 54aabb56bd3c66212435833324330f688461c6e2 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Mon, 6 Apr 2020 10:37:00 -0700 Subject: local/require-signed-push: fix typo Credit: Jorge Manuel B. S. Vicetto jmbsvicetto@gmail.com Signed-off-by: Robin H. Johnson --- local/require-signed-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/require-signed-push b/local/require-signed-push index 1c10609..68b03a8 100755 --- a/local/require-signed-push +++ b/local/require-signed-push @@ -171,7 +171,7 @@ case $GIT_PUSH_CERT_STATUS in # No signature N) if [ -z "$GIT_PUSH_CERT" ]; then - fail_signed_push "FAIL: no push certifiate found" + fail_signed_push "FAIL: no push certificate found" else fail_signed_push "FAIL: push certificate with no signature" # wtf? fi -- cgit v1.2.3-65-gdbad