Skip to content

Commit

Permalink
chore: change directory lua to apisix.
Browse files Browse the repository at this point in the history
  • Loading branch information
agile6v committed Apr 12, 2020
1 parent 31e97b5 commit 3465713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/check-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ else
fi

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

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

0 comments on commit 3465713

Please sign in to comment.