From b2897a14d2f7cab4a91543c97a1160b7e46d6954 Mon Sep 17 00:00:00 2001 From: Rahul Jain Date: Sat, 26 Oct 2024 00:09:43 +0530 Subject: [PATCH] Update the ballerina command used in the Sanitation doc --- docs/spec/sanitations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/sanitations.md b/docs/spec/sanitations.md index 8b01425..192f179 100644 --- a/docs/spec/sanitations.md +++ b/docs/spec/sanitations.md @@ -19,6 +19,6 @@ These changes are done in order to improve the overall usability, and as workaro The following command was used to generate the Ballerina client from the OpenAPI specification. The command should be executed from the repository root directory. ```bash -bal openapi -i docs/spec/openapi.yaml --mode client -o ballerina +bal openapi -i docs/spec/openapi.yaml --mode client --license docs/license.txt -o ballerina ``` Note: The license year is hardcoded to 2024, change if necessary.