From cook FILE - F I L E - FILEEEEE

This is the 4th time I make the SAME fix
This commit is contained in:
2025-04-22 10:46:03 +02:00
parent 46e871b626
commit 4b0a85411d

View File

@@ -190,7 +190,7 @@ func LoadCommands(args []string) ([]ModifyCommand, error) {
logger.Info("Now total commands: %d", len(commands)) 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 return commands, nil
} }