diff options
Diffstat (limited to 'internal/server')
| -rw-r--r-- | internal/server/server.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/server/server.go b/internal/server/server.go index 2148f85..eac1c2a 100644 --- a/internal/server/server.go +++ b/internal/server/server.go @@ -83,7 +83,7 @@ func (s *Server) findProfile(ctx context.Context) (*profiles.Profile, error) { n := prfs.Len() switch n { - // If we now get no profiles then that means a profile with only WireGuard was removed + // no profiles available case 0: return nil, errors.New("the server has no available profiles for your account") case 1: |
