Skip to content

Commit

Permalink
revert unneeded suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
ainghazal committed May 30, 2024
1 parent 9d7a6be commit 9db44fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/experiment/openvpn/endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ var defaultOptionsByProvider = map[string]*vpnconfig.OpenVPNOptions{
// This array will be a subset of the keys in defaultOptionsByProvider, but it might make sense
// to still register info about more providers that the API officially knows about.
var APIEnabledProviders = []string{
"riseupvpn",
"riseup",
}

// isValidProvider returns true if the provider is found as key in the registry of defaultOptionsByProvider.
Expand Down

0 comments on commit 9db44fe

Please sign in to comment.