Skip to content

Commit

Permalink
Merge pull request #284 from darioackermann/darioackermann-patch-1
Browse files Browse the repository at this point in the history
Fix typos for EC2 Image Builder
  • Loading branch information
iann0036 committed May 19, 2023
2 parents d2db669 + f2d6061 commit 3697576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/services/ec2imagebuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,8 @@ service_mapping_functions.push(function(reqParams, obj, tracked_resources){
};
}
if (obj.data.schedule) {
reqParams.cfn['ScheduleSchedule'] = {
'ScheduleExpressionScheduleExpression': obj.data.schedule.scheduleExpression,
reqParams.cfn['Schedule'] = {
'ScheduleExpression': obj.data.schedule.scheduleExpression,
'PipelineExecutionStartCondition': obj.data.schedule.pipelineExecutionStartCondition
};
}
Expand Down

0 comments on commit 3697576

Please sign in to comment.