From f5050354c9e037dc6c79cc14aca1616d33f3b207 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Wed, 17 May 2023 12:16:08 -0700
Subject: [PATCH] corrected target name

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

diff --git a/assignments/pduLog/README.md b/assignments/pduLog/README.md
index 8545c8966f..83ba77a6ed 100644
--- a/assignments/pduLog/README.md
+++ b/assignments/pduLog/README.md
@@ -14,4 +14,4 @@ the corresponding homework or project directory (and likely renaming as well).
 Note that the PDU log files are very tolerant of inline comments starting with
 a # character, so you can document success/failure and TODO issues there as well.
 
-To clean out old log files, simply run this directory's **[build.xml](build.xml)** target `clean.all.log.files`
+To clean out old log files, simply run this directory's **[build.xml](build.xml)** target `clean.all.pduLogs`
-- 
GitLab