mirror of
https://github.com/xHyroM/lighteco.git
synced 2024-11-09 17:18:05 +01:00
build: strip commit hash
This commit is contained in:
parent
a2be61eb95
commit
572738dab5
1 changed files with 1 additions and 1 deletions
|
@ -56,5 +56,5 @@ fun determineCommitHash(project: Project): String {
|
|||
standardOutput = commitHashInfo
|
||||
}
|
||||
|
||||
return commitHashInfo.toString()
|
||||
return commitHashInfo.toString().strip()
|
||||
}
|
Loading…
Reference in a new issue