Skip to content

Commit

Permalink
try road-warrior4
Browse files Browse the repository at this point in the history
  • Loading branch information
theguy951357 committed Aug 6, 2024
1 parent 719228e commit 21f8e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netmaker/gateways.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ func CreateExtClient(client Netclient, network string) string {
"devops": "road-warrior",
"devops4": "road-warrior2",
"devopsv6": "road-warrior3",
"netmaker": "road-warrior",
"netmaker": "road-warrior4",
}
slog.Info("creating ext client", clients[network], network)
clientID, exists := clients[network]
if !exists {
slog.Error("No client ID found for network '%s'\n", network)
slog.Error("No client ID found for network", network)
return ""
}

Expand Down

0 comments on commit 21f8e20

Please sign in to comment.