mirror of
https://github.com/yggdrasil-network/yggdrasil-go
synced 2024-11-10 07:20:39 +03:00
Merge pull request #605 from wfleurant/src-version
Src version: return unknown not yggdrasilctl
This commit is contained in:
commit
c0be481cde
@ -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…
Reference in New Issue
Block a user