We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a5df44 commit 238112dCopy full SHA for 238112d
pkg/auth/auth.go
@@ -26,8 +26,7 @@ const (
26
hostsKey = "hosts"
27
localhost = "github.localhost"
28
oauthToken = "oauth_token"
29
- // TenancyHost is the domain name of a tenancy GitHub instance.
30
- tenancyHost = "ghe.com"
+ tenancyHost = "ghe.com" // TenancyHost is the domain suffix of a tenancy GitHub instance.
31
)
32
33
// TokenForHost retrieves an authentication token and the source of that token for the specified
0 commit comments