Skip to content

Commit

Permalink
Fix typo in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gi-erre committed Oct 23, 2023
1 parent 8897c31 commit a02239f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates_cloudlogs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ packaged-template-org.yaml:
aws s3 rm s3://$(S3_BUCKET)/cloudlogs/org/$(S3_PREFIX) --recursive
aws cloudformation package \
--region $(S3_REGION) \
--template-file OrgCloudlogs.yaml \
--template-file OrgCloudLogs.yaml \
--s3-bucket $(S3_BUCKET) \
--s3-prefix cspm/$(S3_PREFIX) \
--force-upload \
Expand Down

0 comments on commit a02239f

Please sign in to comment.