From 7a3e47ff3ef548a887997d21f7867af23de10575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Oddsson?= Date: Wed, 21 Jul 2021 12:46:44 +0100 Subject: [PATCH] Update error message link and wording. --- cmd/ghcs/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ghcs/main.go b/cmd/ghcs/main.go index 6297eac03..cb7c8090c 100644 --- a/cmd/ghcs/main.go +++ b/cmd/ghcs/main.go @@ -24,7 +24,7 @@ var rootCmd = &cobra.Command{ func Execute() { if os.Getenv("GITHUB_TOKEN") == "" { - fmt.Println("The GITHUB_TOKEN environment variable is required. Create a Personal Access Token with org SSO access at https://github.com/settings/tokens/new.") + fmt.Println("The GITHUB_TOKEN environment variable is required. Create a Personal Access Token at https://github.com/settings/tokens/new?scopes=repo and make sure to enable SSO for the GitHub organization after creating the token.") os.Exit(1) }