Skip to content

Commit

Permalink
Declare path instead of from
Browse files Browse the repository at this point in the history
  • Loading branch information
tnielsen2 committed Jul 27, 2023
1 parent c3edbf1 commit cce547c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/patches/transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
{
"op": "replace",
"from": "/ResourceTypes/AWS::Transfer::Server/Properties/StructuredLogDestination/ItemType",
"path": "/ResourceTypes/AWS::Transfer::Server/Properties/StructuredLogDestination/ItemType",
"value": "String",
},
]

0 comments on commit cce547c

Please sign in to comment.