mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +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.
 | 
					// 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…
	
	Add table
		Add a link
		
	
		Reference in a new issue