Skip to content

Commit 6ddb5db

Browse files
committed
use HEAD for counting commits
1 parent 4f70cc9 commit 6ddb5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ val tachideskVersion = "v0.3.8"
9191
// counts commit count on master
9292
val tachideskRevision = Runtime
9393
.getRuntime()
94-
.exec("git rev-list master --count")
94+
.exec("git rev-list HEAD --count")
9595
.let { process ->
9696
process.waitFor()
9797
val output = process.inputStream.use {

0 commit comments

Comments
 (0)