We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ecddb commit 69fd490Copy full SHA for 69fd490
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