From dd5bf5cddb91b9e883823faa19e57eb0cc8590b4 Mon Sep 17 00:00:00 2001 From: bzp2010 Date: Fri, 9 Aug 2024 17:19:13 +0800 Subject: [PATCH] fix: inconsist name in test --- update_api_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_api_files.sh b/update_api_files.sh index 93a531a..831f11a 100755 --- a/update_api_files.sh +++ b/update_api_files.sh @@ -90,7 +90,7 @@ done # update the rockspec echo "writing rockspec file" -rockspec=lua-resty-aws-dev-1.rockspec +rockspec=api7-lua-resty-aws-dev-1.rockspec if [ -f $rockspec ]; then rm $rockspec fi