Skip to content

Commit

Permalink
chore: fix local transform format (#2990)
Browse files Browse the repository at this point in the history
  • Loading branch information
xazhao committed Mar 2, 2023
1 parent a2cb3fb commit 0a42419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sam-translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"--output-template",
help="Location to store resulting CloudFormation template [default: transformed-template.json].",
type=Path,
default=Path("transformed-template.yaml"),
default=Path("transformed-template.json"),
)
parser.add_argument(
"--s3-bucket",
Expand Down

0 comments on commit 0a42419

Please sign in to comment.