Index: Tools/GardeningServer/model/ct-sheriff-failure-group-data.html |
diff --git a/Tools/GardeningServer/model/ct-sheriff-failure-group-data.html b/Tools/GardeningServer/model/ct-sheriff-failure-group-data.html |
index e1f3cfc3a8630a5f70a4da52279ab4f4122fab08..11f32ef99f78347a4057421cdb0da99016f2b4a7 100644 |
--- a/Tools/GardeningServer/model/ct-sheriff-failure-group-data.html |
+++ b/Tools/GardeningServer/model/ct-sheriff-failure-group-data.html |
@@ -10,7 +10,7 @@ found in the LICENSE file. |
function CTSheriffFailureGroupData(failures, commitList) { |
this.failures = failures; |
this.commitList = commitList; |
- this.type = 'sheriff'; |
+ this.category = 'sheriff'; |
}; |
CTSheriffFailureGroupData.prototype.getAnnotations = function() { |