Skip to content

Commit

Permalink
fix(log-group): use correct parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Aug 21, 2023
1 parent d810cc0 commit 228fb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/Stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class Stack extends CloudFormation.Stack {
'log-group-cleaner',
[layer],
{
LOG_GROUP_NAME_REGEX_PARAMETER_NAME: stackNameRegExParamName,
LOG_GROUP_NAME_REGEX_PARAMETER_NAME: logGroupNameRegExParamName,
},
)

Expand Down

0 comments on commit 228fb74

Please sign in to comment.