Fix error message: show name of missing function

This commit is contained in:
kaklakariada 2016-03-11 17:48:07 +01:00
parent f77f8d2320
commit 4989ff9188

2
le.sh
View File

@ -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