From 55f2b83320d799802eafc0758846df068038376a Mon Sep 17 00:00:00 2001 From: joshr Date: Tue, 17 Apr 2018 09:10:44 -0400 Subject: [PATCH] fix typo --- src/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.sh b/src/main.sh index 2277d1d1..8a8ce59f 100755 --- a/src/main.sh +++ b/src/main.sh @@ -27,7 +27,7 @@ function _check_setup { function _incorrect_usage { - echo "git-server: abort: $1" + echo "git-secret: abort: $1" usage exit "$2" }