mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 06:05:06 +03:00
Fix -genconf
in yggstack
This commit is contained in:
parent
33e513af67
commit
792559f8dd
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ func main() {
|
|||
}
|
||||
case args.GenConf:
|
||||
// Generate a new configuration and print it to stdout.
|
||||
fmt.Println(config.GenerateConfigJSON(args.ConfJSON))
|
||||
fmt.Printf("%s\n", config.GenerateConfigJSON(args.ConfJSON))
|
||||
return
|
||||
default:
|
||||
// No flags were provided, therefore print the list of flags to stdout.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue