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 }