Update build.gradle.kts

This commit is contained in:
LoveSy 2022-03-08 11:56:49 +08:00 committed by GitHub
parent 30edee5762
commit 7f3b5051b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ buildscript {
val commitCount = run {
val repo = FileRepository(rootProject.file(".git"))
val refId = repo.refDatabase.exactRef("refs/remotes/origin/lsp").objectId!!
val refId = repo.refDatabase.exactRef("refs/remotes/origin/master").objectId!!
Git(repo).log().add(refId).call().count()
}