From 8f3a0bcd9e4cc2341957c1219bf7618431d8136f Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Thu, 3 Apr 2025 19:18:29 -0400 Subject: [PATCH] fix clean-logs --- local-app/python-tools/gfl-resource-actions/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-app/python-tools/gfl-resource-actions/Makefile b/local-app/python-tools/gfl-resource-actions/Makefile index 3949e596..283f0dd9 100644 --- a/local-app/python-tools/gfl-resource-actions/Makefile +++ b/local-app/python-tools/gfl-resource-actions/Makefile @@ -111,7 +111,7 @@ clean: clean-logs: rm -f $(LOG_FILE) find . -name "*.log" -delete - find ./logs -type f -name "*.csv" -delete + find . -type f -name "*.csv" -delete # Default all target - setup dependencies, check code and run in dry-run mode all: setup code-check run-dry-run