Merge pull request #98 from hamstercommunity/fix-missing-dns-function-message

Fix missing dns function message
This commit is contained in:
Neil 2016-03-12 19:02:18 +08:00
commit 06a3d85984
1 changed files with 1 additions and 1 deletions

2
le.sh
View File

@ -776,7 +776,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: $addcommand"
return 1
fi