Commit 06a3d859 authored by Neil's avatar Neil
Browse files

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

Fix missing dns function message
parents f89d991d f8ad8f34
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment