Skip to content

Commit

Permalink
test files
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere committed Sep 23, 2024
1 parent 11af9e5 commit f97bec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function generate() {
rm -rf tmp
mkdir -p tmp
for api_spec in $files_regex; do
if [ "$1" != "twilio-java" && "$1" != "twilio-csharp"] && [[ $api_spec == "examples/spec/twilio_iam_organizations.yaml" ]]; then
if [ "$1" != "twilio-java" ] && [ "$1" != "twilio-csharp" ] && [[ $api_spec == "examples/spec/twilio_iam_organizations.yaml" ]]; then
continue
fi
echo "generatorName: $1
Expand Down

0 comments on commit f97bec6

Please sign in to comment.