Skip to content

Commit 7dd5ec2

Browse files
committed
docs: fix incorrect repo name
Signed-off-by: Timo Glastra <timo@animo.id>
1 parent af7261b commit 7dd5ec2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

generator/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ git checkout feature/new-uplink-generator
1313
mvn -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
1717
pip install -r requirements.tsx
1818
cd 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
2626
After 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
5050
1. 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
```

0 commit comments

Comments
 (0)