Skip to content

Commit

Permalink
Change formating on tenancyHost const
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcg committed Oct 14, 2024
1 parent 6a5df44 commit 238112d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/auth/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ const (
hostsKey = "hosts"
localhost = "github.localhost"
oauthToken = "oauth_token"
// TenancyHost is the domain name of a tenancy GitHub instance.
tenancyHost = "ghe.com"
tenancyHost = "ghe.com" // TenancyHost is the domain suffix of a tenancy GitHub instance.
)

// TokenForHost retrieves an authentication token and the source of that token for the specified
Expand Down

0 comments on commit 238112d

Please sign in to comment.