Skip to content

Commit 0d33a5b

Browse files
authored
cli: remove reference to old service (#3173)
1 parent 30261c5 commit 0d33a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/commands/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ func (e *Executor) initRoot() {
125125
rootCmd := &cobra.Command{
126126
Use: "golangci-lint",
127127
Short: "golangci-lint is a smart linters runner.",
128-
Long: `Smart, fast linters runner. Run it in cloud for every GitHub pull request on https://golangci.com`,
128+
Long: `Smart, fast linters runner.`,
129129
Args: cobra.NoArgs,
130130
RunE: func(cmd *cobra.Command, _ []string) error {
131131
return cmd.Help()

0 commit comments

Comments
 (0)