From da1dbc7caabb874832ac417430d529cc861f537a Mon Sep 17 00:00:00 2001 From: Kanagaraj M Date: Thu, 5 Sep 2019 18:43:33 +0530 Subject: Make the search more flexible Issue-ID: CLI-166 Change-Id: Ib00fe8325e46f30c773f9c886e08e21996ac18be 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') diff --git a/deployment/zip/src/main/release/conf/open-cli.properties b/deployment/zip/src/main/release/conf/open-cli.properties index 76048e69..47df222a 100644 --- a/deployment/zip/src/main/release/conf/open-cli.properties +++ b/deployment/zip/src/main/release/conf/open-cli.properties @@ -20,7 +20,7 @@ cli.artifact.dir=$s{env:OPEN_CLI_HOME}/data/artifacts cli.tmp.dir=$s{env:OPEN_CLI_HOME}/data/tmp #timeout in seconds cli.grpc.client.timeout=60 -cli.execution.search.mode=find +cli.execution.search.mode=file #schema validation cli.schema.base.sections=open_cli_schema_version,name,description,parameters,results,info -- cgit 1.2.3-korg