From 238112da8f150b024b50edfe5174cb9fff689311 Mon Sep 17 00:00:00 2001 From: Tyler McGoffin Date: Mon, 14 Oct 2024 13:31:21 -0700 Subject: [PATCH] Change formating on tenancyHost const --- pkg/auth/auth.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/auth/auth.go b/pkg/auth/auth.go index 8338fea..a903736 100644 --- a/pkg/auth/auth.go +++ b/pkg/auth/auth.go @@ -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