Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
0705f653
Commit
0705f653
authored
Mar 11, 2016
by
kaklakariada
Browse files
Fix error message for missing dos api function
parent
065c8bd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
le.sh
View file @
0705f653
...
@@ -776,7 +776,7 @@ issue() {
...
@@ -776,7 +776,7 @@ issue() {
addcommand
=
"
$Le_Webroot
-add"
addcommand
=
"
$Le_Webroot
-add"
if
!
command
-v
$addcommand
;
then
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
return
1
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment