We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d083de commit 39a60ceCopy full SHA for 39a60ce
1 file changed
internal/controller/controller.go
@@ -205,7 +205,7 @@ func (c *HookController) PrintHookConfigs() error {
205
}
206
207
func (c *HookController) WriteHookConfigsInFile() error {
208
- if len(c.registry.Executors()) == 0 && c.settingsCheck == nil && c.registry.Readiness() == nil {
+ if len(c.registry.Executors()) == 0 && c.registry.Readiness() == nil {
209
return ErrNoHooksRegistered
210
211
0 commit comments