Skip to content

Commit

Permalink
test boto
Browse files Browse the repository at this point in the history
  • Loading branch information
noCharger committed Feb 3, 2024
1 parent 94bd664 commit b22c5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doctest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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']) {
Expand Down

0 comments on commit b22c5eb

Please sign in to comment.