diff --git a/build.gradle.kts b/build.gradle.kts index c3f6689..283c235 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ val commitCount = run { } val coreCommitCount = run { - val repo = FileRepository(rootProject.file("core/.git")) + val repo = FileRepository(rootProject.file(".git/modules/core")) val refId = repo.refDatabase.exactRef("refs/remotes/origin/lspatch").objectId!! Git(repo).log().add(refId).call().count() }