Skip to content

Commit

Permalink
Changed openapi-generator-version to 7.*
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianKuesters committed Dec 7, 2023
1 parent e9fd7fc commit 4a46231
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 4a46231

Please sign in to comment.