mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-22 13:00:47 +00:00
yggdrasil: buildName should report unknown
This commit is contained in:
parent
1373800d26
commit
49ba5bae17
@ -7,7 +7,7 @@ var buildVersion string
|
|||||||
// from git, or returns "unknown" otherwise.
|
// from git, or returns "unknown" otherwise.
|
||||||
func BuildName() string {
|
func BuildName() string {
|
||||||
if buildName == "" {
|
if buildName == "" {
|
||||||
return "yggdrasilctl"
|
return "unknown"
|
||||||
}
|
}
|
||||||
return buildName
|
return buildName
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user