File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ git checkout feature/new-uplink-generator
1313mvn -B --no-snapshot-updates clean package -DskipTests=true -Dmaven.javadoc.skip=true -Djacoco.skip=true
1414
1515# Generate client
16- cd aries-cloudcontroller
16+ cd aries-cloudcontroller-python
1717pip install -r requirements.tsx
1818cd generator
1919./scripts/generate-client.sh
@@ -26,7 +26,7 @@ Updating the OpenAPI is only needed when a new version of ACA-Py is released. Th
2626After that you can run the following commands to update the ` data/openapi.yml ` file. This file should be committed.
2727
2828``` sh
29- cd aries-cloudcontroller/generator
29+ cd aries-cloudcontroller-python /generator
3030
3131# Retrieve the open api file, change py36-1.16-1_0.7.0 if you want another version
3232./scripts/retrieve-openapi.sh py36-1.16-1_0.7.0
@@ -50,7 +50,7 @@ cd aries-cloudcontroller/generator
50501 . Make changes to the OpenAPI file and then run:
5151
5252``` sh
53- cd aries-cloudcontroller/generator
53+ cd aries-cloudcontroller-python /generator
5454
5555./scripts/create-patch.sh
5656```
You can’t perform that action at this time.
0 commit comments