Skip to content

Commit

Permalink
comment out powershell petstore in uptodate script
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Mar 24, 2020
1 parent dcd7bed commit 76a2f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/utils/ensure-up-to-date
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ declare -a samples=(
"${root}/bin/typescript-redux-query-petstore-with-npm-version.sh"
"${root}/bin/cpp-restsdk-petstore.sh"
"${root}/bin/cpp-qt5-qhttpengine-server-petstore.sh"
"${root}/bin/openapi3/powershell-experimental-petstore.sh"
#"${root}/bin/openapi3/powershell-experimental-petstore.sh"
)

# Some special case generators may expect to be run as a stanalone process (e.g. modifying classpath)
Expand Down

0 comments on commit 76a2f69

Please sign in to comment.