From d5403fa5f5bc4408f86ece9cf191de12f8054c27 Mon Sep 17 00:00:00 2001 From: zamasu Date: Fri, 23 Oct 2020 09:57:47 +0900 Subject: [PATCH] Change feedback repo to github.com/cli/cli instead of cli/cli --- pkg/cmd/root/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/root/root.go b/pkg/cmd/root/root.go index 7a82f0cbf..d1b5d9a9d 100644 --- a/pkg/cmd/root/root.go +++ b/pkg/cmd/root/root.go @@ -39,7 +39,7 @@ func NewCmdRoot(f *cmdutil.Factory, version, buildDate string) *cobra.Command { `), Annotations: map[string]string{ "help:feedback": heredoc.Doc(` - Open an issue using 'gh issue create -R cli/cli' + Open an issue using 'gh issue create -R github.com/cli/cli' `), "help:environment": heredoc.Doc(` See 'gh help environment' for the list of supported environment variables.