forked from loafle/openapi-generator-original
Fix output folder (openapi3)
This commit is contained in:
parent
2a09e8f90f
commit
f498681c68
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user