Skip to content

Commit

Permalink
fix: Remove unnecessary target from aws/cli/install
Browse files Browse the repository at this point in the history
  • Loading branch information
valter-silva-au committed Mar 7, 2024
1 parent 6abbcfe commit 7c48732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/make/aws/cli.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

.PHONY: aws/cli/install
## Install AWS Command Line Interface v2
aws/cli/install: aws/cli/install/v2 aws/cli/autocomplete aws/cli/install/sso-creds-helper
aws/cli/install: aws/cli/install/v2 aws/cli/autocomplete

.PHONY:aws/cli/install/v2
aws/cli/install/v2:
Expand Down

0 comments on commit 7c48732

Please sign in to comment.