Skip to content

Commit

Permalink
cli: remove reference to old service (golangci#3173)
Browse files Browse the repository at this point in the history
  • Loading branch information
benpbrown authored and SeigeC committed Apr 4, 2023
1 parent a33dfe1 commit d558379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/commands/root.go
Expand Up @@ -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()
Expand Down

0 comments on commit d558379

Please sign in to comment.