Skip to content

Commit 69fd490

Browse files
committed
[addon-operator] remove search hooks log duplicates
Signed-off-by: kerimov <brileyforbusiness@gmail.com>
1 parent 01ecddb commit 69fd490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/module_manager/models/modules/global.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ func (gm *GlobalModule) searchGlobalBatchHooks(hooksDir string) ([]*kind.BatchHo
640640
count = strconv.Itoa(len(hks))
641641
}
642642

643-
gm.logger.Info("Found global shell hooks in dir",
643+
gm.logger.Info("Found global batch hooks in dir",
644644
slog.String("count", count),
645645
slog.String("dir", hooksDir))
646646

0 commit comments

Comments
 (0)