mirror of
https://github.com/davegallant/vpngate.git
synced 2025-08-06 00:33:40 +00:00
Use full country name in survey selection (#11)
This commit is contained in:
@@ -42,7 +42,7 @@ var connectCmd = &cobra.Command{
|
||||
serverSelected := vpn.Server{}
|
||||
|
||||
for _, s := range *vpnServers {
|
||||
serverSelection = append(serverSelection, fmt.Sprintf("%s (%s)", s.HostName, s.CountryShort))
|
||||
serverSelection = append(serverSelection, fmt.Sprintf("%s (%s)", s.HostName, s.CountryLong))
|
||||
}
|
||||
|
||||
selection := ""
|
||||
|
Reference in New Issue
Block a user