Skip to content

Commit 82f6f62

Browse files
authored
fix: test error "inconsistency between rockspec filename" (#3)
1 parent 80c423b commit 82f6f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_api_files.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ done
9090

9191
# update the rockspec
9292
echo "writing rockspec file"
93-
rockspec=lua-resty-aws-dev-1.rockspec
93+
rockspec=api7-lua-resty-aws-dev-1.rockspec
9494
if [ -f $rockspec ]; then
9595
rm $rockspec
9696
fi

0 commit comments

Comments
 (0)