We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32d65c commit b010d4eCopy full SHA for b010d4e
1 file changed
pkg/module_manager/models/modules/global.go
@@ -640,7 +640,7 @@ func (gm *GlobalModule) searchGlobalBatchHooks(hooksDir string) ([]*kind.BatchHo
640
count = strconv.Itoa(len(hks))
641
}
642
643
- gm.logger.Info("Found global shell hooks in dir",
+ gm.logger.Info("Found global batch hooks in dir",
644
slog.String("count", count),
645
slog.String("dir", hooksDir))
646
0 commit comments