From 152ab207b5fa9972adb1615c9febd56293cc0f16 Mon Sep 17 00:00:00 2001 From: Andy Feller Date: Fri, 1 Dec 2023 09:20:44 -0500 Subject: [PATCH] For lint sake --- pkg/cmd/root/help.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/root/help.go b/pkg/cmd/root/help.go index f6f3af775..4eef641fd 100644 --- a/pkg/cmd/root/help.go +++ b/pkg/cmd/root/help.go @@ -174,7 +174,7 @@ func rootHelpFunc(f *cmdutil.Factory, command *cobra.Command, args []string) { helpEntries = append(helpEntries, helpEntry{"LEARN MORE", heredoc.Docf(` Use %[1]sgh --help%[1]s for more information about a command. Read the manual at https://cli.github.com/manual - `,"`")}) + `, "`")}) out := f.IOStreams.Out for _, e := range helpEntries {