From 0d33a5ba3ae923467d3f3faf29f005f1e9e2347a Mon Sep 17 00:00:00 2001 From: Ben Brown Date: Wed, 31 Aug 2022 11:32:04 -0700 Subject: [PATCH] cli: remove reference to old service (#3173) --- pkg/commands/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/commands/root.go b/pkg/commands/root.go index cc5a78dd8d9a..c29e6560ed26 100644 --- a/pkg/commands/root.go +++ b/pkg/commands/root.go @@ -125,7 +125,7 @@ func (e *Executor) initRoot() { rootCmd := &cobra.Command{ Use: "golangci-lint", Short: "golangci-lint is a smart linters runner.", - Long: `Smart, fast linters runner. Run it in cloud for every GitHub pull request on https://golangci.com`, + Long: `Smart, fast linters runner.`, Args: cobra.NoArgs, RunE: func(cmd *cobra.Command, _ []string) error { return cmd.Help()