Skip to content

Commit

Permalink
Update codyCommit (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkondratek authored Nov 13, 2023
1 parent 6228a48 commit 574ab39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ tasks {
return destinationDir
}

val codyCommit = "fc38e03899bdd95cafa17e36986e6bfdc4ea5075"
val codyCommit = "ba8a02b8e703be02663224f9c958e2a9abb115cf"
fun downloadCody(): File {
val url = "https://github.com/sourcegraph/cody/archive/$codyCommit.zip"
val destination = githubArchiveCache.resolve("$codyCommit.zip")
Expand Down

0 comments on commit 574ab39

Please sign in to comment.