diff options
-rw-r--r-- | mga-advisor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mga-advisor.py b/mga-advisor.py index 705cf89..6f720eb 100644 --- a/mga-advisor.py +++ b/mga-advisor.py @@ -107,7 +107,7 @@ class Widget(QWidget): pkg = analyze.group(1) sources = self.src_populate(pkg) for source in sources: - suffix = ".src.mga" + source["mga_release"] + suffix = ".mga" + source["mga_release"] if source["repo"] in ("tainted", "nonfree"): suffix += "." + repo self.ui.list_src.addItem( |