Skip to content

Commit d5403fa

Browse files
committed
Change feedback repo to github.com/cli/cli instead of cli/cli
1 parent d7d5a6b commit d5403fa

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)