diff --git a/commands/auth/login/login.go b/commands/auth/login/login.go index 1dfeee91..60ce530e 100644 --- a/commands/auth/login/login.go +++ b/commands/auth/login/login.go @@ -125,7 +125,7 @@ func loginRun() error { hostname := opts.Hostname apiHostname := opts.Hostname - defaultHostname := glinstance.Default() + defaultHostname := glinstance.OverridableDefault() isSelfHosted := false if hostname == "" {