From 1d59334964454df2e3a6360c76e322af24b69d1b Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Thu, 16 Apr 2026 10:30:47 -0600 Subject: [PATCH] Replace em-dashes with regular dashes Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- 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 793b3bc83..700ca570d 100644 --- a/pkg/cmd/root/root.go +++ b/pkg/cmd/root/root.go @@ -230,7 +230,7 @@ func NewCmdRoot(f *cmdutil.Factory, version, buildDate string) (*cobra.Command, } } - // Official extension stubs — hidden commands that suggest installing + // Official extension stubs: hidden commands that suggest installing // GitHub-owned extensions when invoked. Registered after real extensions // and aliases so that both take priority over stubs. for i := range extensions.OfficialExtensions {