mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	Fix bug in yggdrasilctl where -endpoint gets ignored
This commit is contained in:
		
							parent
							
								
									06f58e5168
								
							
						
					
					
						commit
						98a544fd7d
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -87,6 +87,7 @@ func main() {
 | 
				
			||||||
			logger.Println("Falling back to platform default", defaults.GetDefaults().DefaultAdminListen)
 | 
								logger.Println("Falling back to platform default", defaults.GetDefaults().DefaultAdminListen)
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	} else {
 | 
						} else {
 | 
				
			||||||
 | 
							endpoint = *server
 | 
				
			||||||
		logger.Println("Using endpoint", endpoint, "from command line")
 | 
							logger.Println("Using endpoint", endpoint, "from command line")
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue