Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
auth login use OverridableDefault
Browse files Browse the repository at this point in the history
  • Loading branch information
addshore committed Sep 24, 2021
1 parent a0136a3 commit d5b819b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/auth/login/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func loginRun() error {

hostname := opts.Hostname
apiHostname := opts.Hostname
defaultHostname := glinstance.Default()
defaultHostname := glinstance.OverridableDefault()
isSelfHosted := false

if hostname == "" {
Expand Down

0 comments on commit d5b819b

Please sign in to comment.