From d08275d0360dd3409ceef931a62fc42a8a3abc23 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Fri, 13 Jun 2025 18:14:55 -0400 Subject: [PATCH] ecr --- 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 b9448b5d..283f0dd9 100644 --- a/local-app/python-tools/gfl-resource-actions/Makefile +++ b/local-app/python-tools/gfl-resource-actions/Makefile @@ -75,7 +75,7 @@ dist: # Run in dry-run mode run-dry-run: - $(PYTHON) -m $(PACKAGE_NAME).cli --stop --dry-run --resource-type ec2 --csv-output-dir ./ --csv-export + $(PYTHON) -m $(PACKAGE_NAME).cli --stop --dry-run --resource-type ecr --csv-output-dir ./ --csv-export # Run to stop resources run-stop: