mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-10 05:10:26 +00: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