This is an automated email from the ASF dual-hosted git repository.

okaybase pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 78df898  chore: update echo description to apisix-dashboard (#2253)
78df898 is described below

commit 78df898e255e3197f604b25039236d8124e8fc38
Author: okaybase <[email protected]>
AuthorDate: Mon Dec 27 11:12:04 2021 +0800

    chore: update echo description to apisix-dashboard (#2253)
---
 utils/version-check.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/utils/version-check.sh b/utils/version-check.sh
index df42f67..97b9183 100755
--- a/utils/version-check.sh
+++ b/utils/version-check.sh
@@ -32,9 +32,9 @@ matched=`grep "apisix-dashboard-v[0-9][0-9.]*" -r docs/`
 expected=`grep "apisix-dashboard-v$ver" -r docs/`
 
 if [ "$matched" = "$expected" ]; then
-    echo -e "${green}passed: (doc) apisix $ver ${NC}"
+    echo -e "${green}passed: (doc) apisix-dashboard $ver ${NC}"
 else
-    echo -e "${RED}failed: (doc) apisix $ver ${NC}" 1>&2
+    echo -e "${RED}failed: (doc) apisix-dashboard $ver ${NC}" 1>&2
     echo
     echo "-----maybe wrong version-----"
     echo "$matched"
@@ -45,9 +45,9 @@ matched=`grep "git clone -b v[0-9][0-9.]*" -r docs/`
 expected=`grep "git clone -b v$ver" -r docs/`
 
 if [ "$matched" = "$expected" ]; then
-    echo -e "${green}passed: (doc) apisix $ver ${NC}"
+    echo -e "${green}passed: (doc) apisix-dashboard $ver ${NC}"
 else
-    echo -e "${RED}failed: (doc) apisix $ver ${NC}" 1>&2
+    echo -e "${RED}failed: (doc) apisix-dashboard $ver ${NC}" 1>&2
     echo
     echo "-----maybe wrong version-----"
     echo "$matched"

Reply via email to