Fix missing curly bracket from merge main

This commit is contained in:
Theodor S. Midtlien
2026-06-04 16:09:33 +02:00
parent d078dcd9a2
commit e22dcd316c

View File

@@ -557,6 +557,8 @@ func (o *OutputOverview) GeneralSummary(showURL bool, showRelays bool, showNameS
cliVersion := version.NetbirdVersion()
if o.CliVersion != "" {
cliVersion = o.CliVersion
}
wgPortString := "N/A"
if o.WgPort > 0 {
wgPortString = fmt.Sprintf("%d", o.WgPort)