From 1aa15b526706ed7f45f197186a3e6ca0da3204c6 Mon Sep 17 00:00:00 2001 From: Kanagaraj M Date: Wed, 7 Aug 2019 12:12:00 +0530 Subject: Fix the boolean check Issue-ID: CLI-169 Change-Id: I9c739092e7db0c9ff028d711090719528091600a Signed-off-by: Kanagaraj Manickam k00365106 --- deployment/zip/src/main/release/conf/open-cli.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment/zip/src') diff --git a/deployment/zip/src/main/release/conf/open-cli.properties b/deployment/zip/src/main/release/conf/open-cli.properties index 65d4db7e..eff85b8a 100644 --- a/deployment/zip/src/main/release/conf/open-cli.properties +++ b/deployment/zip/src/main/release/conf/open-cli.properties @@ -34,7 +34,7 @@ cli.schema.base.parameters.sections.mandatory=name,description,type cli.schema.base.results.sections=name,description,scope,type,is_secured, default_value cli.schema.base.results.sections.mandatory=name, description, type, scope -cli.schema.boolean_values=true +cli.schema.boolean_values=true,false cli.schema.command.type=cmd,auth,catalog # moco properties -- cgit 1.2.3-korg