Skip to content

Commit 9b63812

Browse files
authored
Merge pull request #6788 from t1anz0ng/patch-1
devel: fix/update script path in api_changes.md
2 parents 6a29c2c + 4990bb8 commit 9b63812

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contributors/devel/sig-architecture/api_changes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -939,8 +939,7 @@ an example to illustrate your change.
939939
Make sure you update the swagger and OpenAPI spec by running:
940940

941941
```sh
942-
hack/update-swagger-spec.sh
943-
hack/update-openapi-spec.sh
942+
make update
944943
```
945944

946945
The API spec changes should be in a commit separate from your other changes.

0 commit comments

Comments
 (0)