Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Remove array assignment from make target
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Rodriguez committed Oct 24, 2023
1 parent 0f0aa31 commit 648a8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ deploy-init-package-public: ## Run zarf init to deploy the AWS init package conf
--confirm

delete-public-repos: ## Delete public ECR repos created by deploying the AWS init package
@repos=("defenseunicorns/pepr/controller defenseunicorns/zarf/agent defenseunicorns/zarf-init-aws/ecr-credential-helper"); \
@repos="defenseunicorns/pepr/controller defenseunicorns/zarf/agent defenseunicorns/zarf-init-aws/ecr-credential-helper"; \
for repo in $${repos}; do \
aws ecr-public delete-repository --repository-name "$$repo" --force || true; \
done
Expand Down

0 comments on commit 648a8e5

Please sign in to comment.