Skip to content

Commit

Permalink
fix clean-logs
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Sep 30, 2025
1 parent ead8447 commit e7be1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-app/python-tools/gfl-resource-actions/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e7be1dc

Please sign in to comment.