From 50271d03d98ab9b3feb68f37daee6ae7849b2fb4 Mon Sep 17 00:00:00 2001
From: Scott Wallace <wallaces@wsu.edu>
Date: Tue, 9 Jun 2020 16:20:17 -0700
Subject: [PATCH] Locally fix typo for hellocat/README

---
 examples/hellocat/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/hellocat/README b/examples/hellocat/README
index a6bc7bc4..fd29094f 100644
--- a/examples/hellocat/README
+++ b/examples/hellocat/README
@@ -34,7 +34,7 @@ within each stage. Keys with leading underscore are reserved for future internal
 {"_presentation": "semantic",
  "stages": ["Test Results", "Summary"],
   "Test Results": {"make": {"passed": false}},
-  "Summary": {"_presentation_order": ["Tests Count", "Tests Passed", "Tests Failed", "Tests Ignored"],
+  "Summary": {"_order": ["Tests Count", "Tests Passed", "Tests Failed", "Tests Ignored"],
               "Tests Count": 2, "Tests Passed": 0,
               "Tests Failed": 1, "Tests Ignored": 1},
 {"scores": {"Correctness": 0}} 
-- 
GitLab