Skip to content

Commit

Permalink
Update codyCommit (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkondratek authored Nov 21, 2023
1 parent faa9745 commit 76f1489
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 = "5d147142614f9970ba648a3a95bc4b1b18d1dac2"
val codyCommit = "80c7ffc810be081a7c9f725f248a9bb5b9911215"
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 76f1489

Please sign in to comment.