mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 06:05:06 +03:00
yggdrasil: buildName should report unknown
This commit is contained in:
parent
1373800d26
commit
49ba5bae17
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ var buildVersion string
|
|||
// from git, or returns "unknown" otherwise.
|
||||
func BuildName() string {
|
||||
if buildName == "" {
|
||||
return "yggdrasilctl"
|
||||
return "unknown"
|
||||
}
|
||||
return buildName
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue