Skip to content

Commit

Permalink
fix: test error "inconsistency between rockspec filename" (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 authored Aug 9, 2024
1 parent 80c423b commit 82f6f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_api_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82f6f62

Please sign in to comment.