Skip to content

Commit

Permalink
chore: run pre-commit rules
Browse files Browse the repository at this point in the history
  • Loading branch information
valter-silva-au committed Mar 1, 2024
1 parent 3d43121 commit 431f2de
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/make/aws/cdk.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ aws/cdk/destroy-bootstrap:

.PHONY: aws/cdk/install
aws/cdk/install:
npm install -g aws-cdk
npm install -g aws-cdk
2 changes: 1 addition & 1 deletion lib/make/aws/cloudwatch.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ aws/cloudwatch/logs/delete-log-groups-prefix:
$(call assert-set,AWS_ACCOUNT_ID)
@aws logs describe-log-groups --log-group-name-prefix '/aws/lambda/ul-dev-' --query 'logGroups[*].logGroupName' --output text | tr '\t' '\n' | while read log_group; do \
aws logs delete-log-group --log-group-name $$log_group; \
done
done
2 changes: 1 addition & 1 deletion lib/make/aws/cognito.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ aws/cognito/list-identity-pools:

.PHONY: aws/cognito/user-pool/list-users
aws/cognito/user-pool/list-users:
@aws cognito-idp list-users --user-pool-id $(AWS_COGNITO_USER_POOL_ID)
@aws cognito-idp list-users --user-pool-id $(AWS_COGNITO_USER_POOL_ID)
2 changes: 1 addition & 1 deletion lib/make/aws/dynamodb.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.PHONY: aws/dynamodb/list-tables
aws/dynamodb/list-tables:
aws dynamodb list-tables
aws dynamodb list-tables
2 changes: 1 addition & 1 deletion lib/make/aws/sts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ aws/sts/delete-session-token:
.PHONY: aws/sts/describe-caller-identity
## Describe caller identity
aws/sts/describe-caller-identity:
aws sts get-caller-identity --output json
aws sts get-caller-identity --output json
2 changes: 1 addition & 1 deletion lib/make/nuke.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ nuke/run:

.PHONY: nuke/dry-run
nuke/dry-run:
aws-nuke --config $(WORKSPACE)/packages/infra/nuke-config.yaml
aws-nuke --config $(WORKSPACE)/packages/infra/nuke-config.yaml

0 comments on commit 431f2de

Please sign in to comment.