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
13
13
mvn -B --no-snapshot-updates clean package -DskipTests=true -Dmaven.javadoc.skip=true -Djacoco.skip=true
14
14
15
15
# Generate client
16
- cd aries-cloudcontroller
16
+ cd aries-cloudcontroller-python
17
17
pip install -r requirements.tsx
18
18
cd generator
19
19
./scripts/generate-client.sh
@@ -26,7 +26,7 @@ Updating the OpenAPI is only needed when a new version of ACA-Py is released. Th
26
26
After that you can run the following commands to update the ` data/openapi.yml ` file. This file should be committed.
27
27
28
28
``` sh
29
- cd aries-cloudcontroller/generator
29
+ cd aries-cloudcontroller-python /generator
30
30
31
31
# Retrieve the open api file, change py36-1.16-1_0.7.0 if you want another version
32
32
./scripts/retrieve-openapi.sh py36-1.16-1_0.7.0
@@ -50,7 +50,7 @@ cd aries-cloudcontroller/generator
50
50
1 . Make changes to the OpenAPI file and then run:
51
51
52
52
``` sh
53
- cd aries-cloudcontroller/generator
53
+ cd aries-cloudcontroller-python /generator
54
54
55
55
./scripts/create-patch.sh
56
56
```
You can’t perform that action at this time.
0 commit comments