mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
Actually make use of revLen
This commit is contained in:
parent
9c2206545a
commit
85637cdece
@ -302,7 +302,7 @@ func init() {
|
||||
if revLen >= gitRevLen {
|
||||
GitCommit = setting.Value[:gitRevLen]
|
||||
} else {
|
||||
GitCommit = setting.Value[:gitRevLen]
|
||||
GitCommit = setting.Value[:revLen]
|
||||
}
|
||||
break
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user