[doctor] explain what enable-push-options does (#19740)

tokarchuk/v1.17
silentcodeg 2 years ago committed by GitHub
parent e82db15cfa
commit 6a052fba05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/doctor/misc.go

@ -207,7 +207,7 @@ func init() {
Priority: 6,
})
Register(&Check{
Title: "Enable push options",
Title: "Check that all git repositories have receive.advertisePushOptions set to true",
Name: "enable-push-options",
IsDefault: false,
Run: checkEnablePushOptions,

Loading…
Cancel
Save