Skip to content

Commit c2c2b28

Browse files
committed
Address feedback
1 parent 1d2c9e5 commit c2c2b28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regtests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Python tests are based on `pytest`. They rely on a python Polaris client, which
187187
The client can be generated using two commands:
188188

189189
```shell
190-
# Management client
190+
# generate the management api client
191191
docker run --rm \
192192
-v ${PWD}:/local openapitools/openapi-generator-cli:v7.9.0 generate \
193193
-i /local/spec/polaris-management-service.yml \
@@ -196,7 +196,7 @@ docker run --rm \
196196
--additional-properties=packageName=polaris.management \
197197
--additional-properties=apiNamePrefix=polaris
198198

199-
# IRC client
199+
# generate the management api client
200200
docker run --rm \
201201
-v ${PWD}:/local openapitools/openapi-generator-cli:v7.9.0 generate \
202202
-i /local/spec/polaris-catalog-service.yaml \

0 commit comments

Comments
 (0)