From b22c5eb2d517b814f1de9fc0834702b666b92183 Mon Sep 17 00:00:00 2001 From: Louis Chu Date: Fri, 2 Feb 2024 18:08:07 -0800 Subject: [PATCH] test boto --- doctest/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctest/build.gradle b/doctest/build.gradle index ec5a26b52b..a04e6f5fc0 100644 --- a/doctest/build.gradle +++ b/doctest/build.gradle @@ -21,7 +21,7 @@ def plugin_path = project(':doctest').projectDir task cloneSqlCli(type: Exec) { // clone the sql-cli repo locally - commandLine 'git', 'clone', 'https://github.com/opensearch-project/sql-cli.git' + commandLine 'git', 'clone', 'https://github.com/noCharger/sql-cli.git' } task bootstrap(type: Exec, dependsOn: ['cloneSqlCli', 'spotlessJava']) {