Skip to content

Commit 238112d

Browse files
committed
Change formating on tenancyHost const
1 parent 6a5df44 commit 238112d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/auth/auth.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ const (
2626
hostsKey = "hosts"
2727
localhost = "github.localhost"
2828
oauthToken = "oauth_token"
29-
// TenancyHost is the domain name of a tenancy GitHub instance.
30-
tenancyHost = "ghe.com"
29+
tenancyHost = "ghe.com" // TenancyHost is the domain suffix of a tenancy GitHub instance.
3130
)
3231

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

0 commit comments

Comments
 (0)