From 4989ff918862c07623f92da7bc41c064539578bc Mon Sep 17 00:00:00 2001 From: kaklakariada Date: Fri, 11 Mar 2016 17:48:07 +0100 Subject: [PATCH] Fix error message: show name of missing function --- le.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/le.sh b/le.sh index 95bb541a..b4808efc 100755 --- a/le.sh +++ b/le.sh @@ -765,7 +765,7 @@ issue() { addcommand="$Le_Webroot-add" if ! command -v $addcommand ; then - _err "It seems that your api file is not correct, it must have a function named: $Le_Webroot" + _err "It seems that your api file is not correct, it must have a function named: $Le_Webroot-add" return 1 fi