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 f97bec6 commit 6147a38
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 @@ -10,7 +10,7 @@ function generate() {
files_regex=("examples/spec/*.yaml")

# shellcheck disable=SC2161
if [ "$1" = "twilio-java" || "$1" = "twilio-csharp" ]; then
if [ "$1" = "twilio-java" ]; then
files_regex=("examples/spec/*")
fi

Expand Down

0 comments on commit 6147a38

Please sign in to comment.