From 9df5c4d3e3e7b72b54de212a4a97ef18e5930948 Mon Sep 17 00:00:00 2001 From: sharath reddy Date: Fri, 18 Mar 2022 20:11:27 +0530 Subject: Fixed Sonar Bugs & Vulnerabilities Issue-ID: CLI-439 Signed-off-by: sharath reddy Change-Id: Icbe3d40286d15b8b3639af7a7eb6c4e189169a3f Signed-off-by: sharath reddy --- .../sample/src/main/resources/open-cli-schema/hello-world-http.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'products/sample/src/main') 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 -- cgit 1.2.3-korg