Fix ConfigProcessor
This commit is contained in:
parent
d81f6f1f6f
commit
38c93b1ad5
1 changed files with 2 additions and 2 deletions
|
|
@ -87,8 +87,8 @@ class ConfigProcessor:
|
|||
self.config["DEFAULT"] = {
|
||||
"snapshot": False,
|
||||
"cleanup_algorithm": "number",
|
||||
"pre_description": parent_cmd,
|
||||
"post_description": " ".join(packages),
|
||||
"pre_description": self.parent_cmd,
|
||||
"post_description": " ".join(self.packages),
|
||||
"desc_limit": 72,
|
||||
"important_packages": [],
|
||||
"important_commands": [],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue