Browse Source

Use variable in error message instead of constructing it again

kaklakariada 9 years ago
parent
commit
f8ad8f34b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      le.sh

+ 1 - 1
le.sh

@@ -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-add"
+          _err "It seems that your api file is not correct, it must have a function named: $addcommand"
           return 1
         fi