Skip to content

Commit 3465713

Browse files
author
agile6v
committed
chore: change directory lua to apisix.
1 parent 31e97b5 commit 3465713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/check-version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ else
5454
fi
5555

5656
# lua: VERSION = $ver
57-
matched=`grep "VERSION = \"[0-9][0-9.]*\"" -r lua/`
58-
expected=`grep -F "VERSION = \"$ver\"" -r lua/`
57+
matched=`grep "VERSION = \"[0-9][0-9.]*\"" -r apisix/`
58+
expected=`grep -F "VERSION = \"$ver\"" -r apisix/`
5959

6060
if [ "$matched" = "$expected" ]; then
6161
echo -e "${green}passed: (lua) VERSION = $ver ${NC}"

0 commit comments

Comments
 (0)