1
0
Fork 0
mirror of https://github.com/xHyroM/lighteco.git synced 2024-09-19 12:53:17 +02:00

build: strip commit hash

This commit is contained in:
Jozef Steinhübl 2023-10-30 12:15:15 +01:00
parent a2be61eb95
commit 572738dab5
No known key found for this signature in database
GPG key ID: E944BC293F5FF7E7

View file

@ -56,5 +56,5 @@ fun determineCommitHash(project: Project): String {
standardOutput = commitHashInfo
}
return commitHashInfo.toString()
return commitHashInfo.toString().strip()
}