From 4b0a85411d6537f28df323397e3c17af975fb3c6 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Tue, 22 Apr 2025 10:46:03 +0200 Subject: [PATCH] From cook FILE - F I L E - FILEEEEE This is the 4th time I make the SAME fix --- utils/modifycommand.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/modifycommand.go b/utils/modifycommand.go index 08ac08d..ce90090 100644 --- a/utils/modifycommand.go +++ b/utils/modifycommand.go @@ -190,7 +190,7 @@ func LoadCommands(args []string) ([]ModifyCommand, error) { logger.Info("Now total commands: %d", len(commands)) } - logger.Info("Loaded %d commands from all cook f", len(commands)) + logger.Info("Loaded %d commands from all cook file", len(commands)) return commands, nil }