Fix output folder (openapi3)

This commit is contained in:
akihito.nakano 2019-02-04 19:26:25 +09:00
parent 2a09e8f90f
commit f498681c68

View File

@ -27,7 +27,7 @@ fi
SPEC="modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml" SPEC="modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml"
GENERATOR="go" GENERATOR="go"
STUB_DIR="samples/client/petstore/go/go-petstore" STUB_DIR="samples/openapi3/client/petstore/go/go-petstore"
echo "Removing files and folders under $STUB_DIR" echo "Removing files and folders under $STUB_DIR"
rm -rf $STUB_DIR rm -rf $STUB_DIR