From 76a2f69dea75ccd2af847306e605e33994e7c3ce Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 24 Mar 2020 19:57:25 +0800 Subject: [PATCH] comment out powershell petstore in uptodate script --- bin/utils/ensure-up-to-date | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/utils/ensure-up-to-date b/bin/utils/ensure-up-to-date index 09a4614c9cf2..40d848481650 100755 --- a/bin/utils/ensure-up-to-date +++ b/bin/utils/ensure-up-to-date @@ -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)