From e16641f8b657dedcf8ac5918fd28860c6d95f41b Mon Sep 17 00:00:00 2001
From: Matthew K Defenderfer <mdefende@uab.edu>
Date: Tue, 20 Aug 2024 14:19:46 -0500
Subject: [PATCH] fix policy name

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 132f64e..324826b 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ Processing GPFS log outputs is controlled by the `run-convert-to-parquet.sh` scr
 
 While the file is being parsed, the top-level-directory (`tld`) is extracted for each entry and added as a separate column to make common aggregations easier.
 
-This script is written to parse the `list-policy-external` policy format with quoted special characters.
+This script is written to parse the `list-path-external` policy format with quoted special characters.
 
 ```
 Usage: ./run-convert-to-parquet.sh [ -h ] 
-- 
GitLab