mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
Merge pull request #605 from wfleurant/src-version
Src version: return unknown not yggdrasilctl
This commit is contained in:
commit
c0be481cde
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