From a9a6933c76ca5e5992aab622ec1dee54aa0e377e Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Tue, 23 May 2017 18:26:48 +0200 Subject: [PATCH] a typo --- tests/update-users.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/update-users.sh b/tests/update-users.sh index 4415961..8777c82 100755 --- a/tests/update-users.sh +++ b/tests/update-users.sh @@ -20,7 +20,7 @@ fi if openssl x509 -inform pem -noout -text -in certs/jack_test.crt | grep CN=jack_test then - echo "The new user exist" + echo "The new user exists" else echo "The new user does not exist" exit 1