summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--exception.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/exception.py b/exception.py
index 93dc36820..571a79ea1 100644
--- a/exception.py
+++ b/exception.py
@@ -418,7 +418,7 @@ def saveToBugzilla(anaconda, exn, dest):
priority="medium",
op_sys="Linux",
bug_file_loc="http://",
- short_desc=dest[2],
+ summary=dest[2],
comment="This bug was filed automatically by anaconda.",
status_whiteboard=wb))
if bug is None: