Skip to content

Commit

Permalink
Update codyCommit
Browse files Browse the repository at this point in the history
  • Loading branch information
mkondratek committed Jan 26, 2024
1 parent b716e88 commit e5b7e2f
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 @@ -198,7 +198,7 @@ tasks {
return destinationDir
}

val codyCommit = "9cb9d75a6c8300ea3fcc1a4046ff8a7b8b89b46f"
val codyCommit = "50b574f12f33c96e01bc7478d08ada53d31809e0"
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 e5b7e2f

Please sign in to comment.