Skip to content

Commit efca49e

Browse files
committed
review
1 parent 4c2f103 commit efca49e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkg/commands/migrate.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,10 @@ func callForAction(cmd *cobra.Command) {
233233

234234
s := fmt.Sprintln(hStyle.Render("We need you!"))
235235
s += `
236-
Donations fund the maintenance and development of golangci-lint.
237-
Click on this link to donate: https://donate.golangci.org`
236+
Donations help fund the ongoing development and maintenance of this tool.
237+
If golangci-lint has been useful to you, please consider contributing.
238+
239+
Donate now: https://donate.golangci.org`
238240

239241
cmd.Println(pStyle.Render(s))
240242
}

0 commit comments

Comments
 (0)