diff options
author | sharath reddy <bs.reddy@huawei.com> | 2022-03-18 20:11:27 +0530 |
---|---|---|
committer | sharath reddy <bs.reddy@huawei.com> | 2022-03-22 12:23:56 +0530 |
commit | 9df5c4d3e3e7b72b54de212a4a97ef18e5930948 (patch) | |
tree | 73afa3942fbc09f4c98b1cc57edc2b11d06213e1 /products/sample/src/main | |
parent | 3a40008342681bfdbd5ac73ac1b4b6a85c7fd8eb (diff) |
Fixed Sonar Bugs & Vulnerabilities
Issue-ID: CLI-439
Signed-off-by: sharath reddy <bs.reddy@huawei.com>
Change-Id: Icbe3d40286d15b8b3639af7a7eb6c4e189169a3f
Signed-off-by: sharath reddy <bs.reddy@huawei.com>
Diffstat (limited to 'products/sample/src/main')
-rw-r--r-- | products/sample/src/main/resources/open-cli-schema/hello-world-http.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/products/sample/src/main/resources/open-cli-schema/hello-world-http.yaml b/products/sample/src/main/resources/open-cli-schema/hello-world-http.yaml index 8cad8668..a9848e7f 100644 --- a/products/sample/src/main/resources/open-cli-schema/hello-world-http.yaml +++ b/products/sample/src/main/resources/open-cli-schema/hello-world-http.yaml @@ -8,7 +8,7 @@ description: | Try to add new commands to display different weather details by exploring this site. Sample usage: - oclip --product tutorial weather-report --host-url http://api.openweathermap.org --zip-code 637301 --country-code in + oclip --product tutorial weather-report --host-url https://api.openweathermap.org --zip-code 637301 --country-code in info: product: tutorial |