Skip to content

Commit 6a052fb

Browse files
authored
[doctor] explain what enable-push-options does (#19740)
1 parent e82db15 commit 6a052fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/doctor/misc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ func init() {
207207
Priority: 6,
208208
})
209209
Register(&Check{
210-
Title: "Enable push options",
210+
Title: "Check that all git repositories have receive.advertisePushOptions set to true",
211211
Name: "enable-push-options",
212212
IsDefault: false,
213213
Run: checkEnablePushOptions,

0 commit comments

Comments
 (0)