Skip to content

Commit c8b7dad

Browse files
authored
Merge pull request cli#2262 from quiye/issue-report
Change feedback repo to github.com/cli/cli instead of cli/cli
2 parents d625e6e + d5403fa commit c8b7dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/root/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func NewCmdRoot(f *cmdutil.Factory, version, buildDate string) *cobra.Command {
3939
`),
4040
Annotations: map[string]string{
4141
"help:feedback": heredoc.Doc(`
42-
Open an issue using 'gh issue create -R cli/cli'
42+
Open an issue using 'gh issue create -R github.com/cli/cli'
4343
`),
4444
"help:environment": heredoc.Doc(`
4545
See 'gh help environment' for the list of supported environment variables.

0 commit comments

Comments
 (0)