Skip to content

Commit

Permalink
New Release
Browse files Browse the repository at this point in the history
  • Loading branch information
wemogy-admin authored Dec 7, 2023
2 parents b68239e + 4a46231 commit 8ce433b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sdk-auto-generate-dotnet/templates/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ then
exit
fi

# Verify that openapi-generator version is 7.0.X
if [[ $(openapi-generator version) != 7.0.* ]];
# Verify that openapi-generator version is 7.*
if [[ $(openapi-generator version) != 7.* ]];
then
echo "openapi-generator version 7.0.X is required"
echo "openapi-generator version 7.* is required - you have version $(openapi-generator version)"
exit
fi

Expand Down

0 comments on commit 8ce433b

Please sign in to comment.