Skip to content

Commit c518022

Browse files
authored
Fix doctest (#4292)
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
1 parent 04a0633 commit c518022

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doctest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ task cloneSqlCli(type: Exec) {
3030
commandLine 'git', '-C', repoDir.absolutePath, 'checkout', 'origin/1.0-legacy'
3131
} else {
3232
// Repository doesn't exist, clone it
33-
commandLine 'git', 'clone', 'https://github.com/opensearch-project/sql-cli.git', repoDir.absolutePath
33+
commandLine 'git', 'clone', '-b', '1.0-legacy', 'https://github.com/opensearch-project/sql-cli.git', repoDir.absolutePath
3434
}
3535
}
3636

0 commit comments

Comments
 (0)