summaryrefslogtreecommitdiffstats
path: root/src/report-python
diff options
context:
space:
mode:
Diffstat (limited to 'src/report-python')
-rw-r--r--src/report-python/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report-python/__init__.py b/src/report-python/__init__.py
index 2e875638..23c8becb 100644
--- a/src/report-python/__init__.py
+++ b/src/report-python/__init__.py
@@ -112,7 +112,7 @@ def createAlertSignature(component, hashmarkername, hashvalue, summary, alertSig
cd.add("component", component)
cd.add("hashmarkername", hashmarkername)
#cd.add("localhash", hashvalue)
- cd.add("global_uuid", hashvalue)
+ cd.add("duphash", hashvalue)
cd.add("reason", summary)
cd.add("description", alertSignature)
cd.add("product", getProduct())